Html Css Color HEX #3574CC Royal Blue

📋 copy color: '#3574CC'

red 53 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #3574CC

Tints of Royal Blue #3574CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 14.21%
G = 31.1%
B = 54.69%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3574CC (or 0x3574CC) is known color: Royal Blue. HEX triplet: 35, 74 and CC. RGB value is (53,116,204). Sum of RGB (Red+Green+Blue) = 53+116+204=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #3574CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574CC is #CA8B33. Grayscale: #6A6A6A. Windows color (decimal): -13273908 or 13399093. OLE color: 13399093.

HSL color Cylindrical-coordinate representation of color #3574CC: hue angle of 214.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3574CC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 116 204 -
CMYK 0.74 0.43 0 0.2
HSL 214.97º 0.6% 0.5% -
HSV(B) 214.97º 0.74% 0.8% -
XYZ 18.61 17.61 59.54 -
YUV 107.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 53 116 204 0.74 0.43 0 0.2 214.97 0.6 0.5
Hex 35 74 CC 4A 2B 0 14 D7 3C 32
Octal 65 164 314 112 53 0 24 327 74 62
Binary 110101 1110100 11001100 1001010 101011 0 10100 11010111 111100 110010

Color Harmonies of #3574CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574CC

Black with #3574CC

Text Example


Text Example

White with #3574CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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