Html Css Color HEX #3574CE Royal Blue

📋 copy color: '#3574CE'

red 53 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #3574CE

Tints of Royal Blue #3574CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 14.13%
G = 30.93%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3574CE (or 0x3574CE) is known color: Royal Blue. HEX triplet: 35, 74 and CE. RGB value is (53,116,206). Sum of RGB (Red+Green+Blue) = 53+116+206=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3574CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574CE is #CA8B31. Grayscale: #6B6B6B. Windows color (decimal): -13273906 or 13530165. OLE color: 13530165.

HSL color Cylindrical-coordinate representation of color #3574CE: hue angle of 215.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3574CE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 116 206 -
CMYK 0.74 0.44 0 0.19
HSL 215.29º 0.61% 0.51% -
HSV(B) 215.29º 0.74% 0.81% -
XYZ 18.85 17.7 60.82 -
YUV 107.42 183.63 89.18 -
System Red Green Blue C M Y K H S L
Decimal 53 116 206 0.74 0.44 0 0.19 215.29 0.61 0.51
Hex 35 74 CE 4A 2C 0 13 D7 3D 33
Octal 65 164 316 112 54 0 23 327 75 63
Binary 110101 1110100 11001110 1001010 101100 0 10011 11010111 111101 110011

Color Harmonies of #3574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574CE

Black with #3574CE

Text Example


Text Example

White with #3574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3574CE; }

 p { color: rgb(53,116,206); }

 H1.HeaderClassName
 {
   color: #3574CE;
 }
 .AnyTagClassName
 {
   color: #3574CE;
 }
</style>

background-color css

<style>
 a { background-color: #3574CE; }

 a { background-color: rgb(53,116,206); }

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

border-color css

<style>
 span { border-color: #3574CE; }

 span { border-color: rgb(53,116,206); }

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