Html Css Color HEX #354FAA Cerulean Blue

📋 copy color: '#354FAA'

red 53 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #354FAA

Tints of Cerulean Blue #354FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 17.55%
G = 26.16%
B = 56.29%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#354FAA (or 0x354FAA) is known color: Cerulean Blue. HEX triplet: 35, 4F and AA. RGB value is (53,79,170). Sum of RGB (Red+Green+Blue) = 53+79+170=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #354FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FAA is #CAB055. Grayscale: #515151. Windows color (decimal): -13283414 or 11161397. OLE color: 11161397.

HSL color Cylindrical-coordinate representation of color #354FAA: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354FAA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 79 170 -
CMYK 0.69 0.54 0 0.33
HSL 226.67º 0.52% 0.44% -
HSV(B) 226.67º 0.69% 0.67% -
XYZ 11.52 9.25 39.21 -
YUV 81.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 53 79 170 0.69 0.54 0 0.33 226.67 0.52 0.44
Hex 35 4F AA 45 36 0 21 E3 34 2C
Octal 65 117 252 105 66 0 41 343 64 54
Binary 110101 1001111 10101010 1000101 110110 0 100001 11100011 110100 101100

Color Harmonies of #354FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FAA

Black with #354FAA

Text Example


Text Example

White with #354FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354FAA; }

 p { color: rgb(53,79,170); }

 H1.HeaderClassName
 {
   color: #354FAA;
 }
 .AnyTagClassName
 {
   color: #354FAA;
 }
</style>

background-color css

<style>
 a { background-color: #354FAA; }

 a { background-color: rgb(53,79,170); }

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

border-color css

<style>
 span { border-color: #354FAA; }

 span { border-color: rgb(53,79,170); }

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