Html Css Color HEX #3575FC Royal Blue

📋 copy color: '#3575FC'

red 53 ◦ green 117 ◦ blue 252

#3575FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3575FC

Tints of Royal Blue #3575FC

RGB

 RED value IS 53 (21.09% from 255) = 12.56%

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 12.56%
G = 27.73%
B = 59.72%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3575FC (or 0x3575FC) is known color: Royal Blue. HEX triplet: 35, 75 and FC. RGB value is (53,117,252). Sum of RGB (Red+Green+Blue) = 53+117+252=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #3575FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3575FC is #CA8A03. Grayscale: #707070. Windows color (decimal): -13273604 or 16545077. OLE color: 16545077.

HSL color Cylindrical-coordinate representation of color #3575FC: hue angle of 220.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3575FC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 117 252 -
CMYK 0.79 0.54 0 0.01
HSL 220.7º 0.97% 0.6% -
HSV(B) 220.7º 0.79% 0.99% -
XYZ 25.4 20.51 94.72 -
YUV 113.25 206.3 85.02 -
System Red Green Blue C M Y K H S L
Decimal 53 117 252 0.79 0.54 0 0.01 220.7 0.97 0.6
Hex 35 75 FC 4F 36 0 1 DD 61 3C
Octal 65 165 374 117 66 0 1 335 141 74
Binary 110101 1110101 11111100 1001111 110110 0 1 11011101 1100001 111100

Color Harmonies of #3575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3575FC

Black with #3575FC

Text Example


Text Example

White with #3575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3575FC; }

 p { color: rgb(53,117,252); }

 H1.HeaderClassName
 {
   color: #3575FC;
 }
 .AnyTagClassName
 {
   color: #3575FC;
 }
</style>

background-color css

<style>
 a { background-color: #3575FC; }

 a { background-color: rgb(53,117,252); }

 div.DivClassName
 {
   background-color: #3575FC;
 }
 .BgClassName
 {
   background-color: #3575FC;
 }
</style>

border-color css

<style>
 span { border-color: #3575FC; }

 span { border-color: rgb(53,117,252); }

 td.TdClassName
 {
   border-color: #3575FC;
 }
 .TagClassName
 {
   border-color: #3575FC;
 }
</style>