Html Css Color HEX #354CAA Cerulean Blue

📋 copy color: '#354CAA'

red 53 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #354CAA

Tints of Cerulean Blue #354CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 17.73%
G = 25.42%
B = 56.86%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#354CAA (or 0x354CAA) is known color: Cerulean Blue. HEX triplet: 35, 4C and AA. RGB value is (53,76,170). Sum of RGB (Red+Green+Blue) = 53+76+170=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #354CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354CAA is #CAB355. Grayscale: #4F4F4F. Windows color (decimal): -13284182 or 11160629. OLE color: 11160629.

HSL color Cylindrical-coordinate representation of color #354CAA: hue angle of 228.21º 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 #354CAA is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 76 170 -
CMYK 0.69 0.55 0 0.33
HSL 228.21º 0.52% 0.44% -
HSV(B) 228.21º 0.69% 0.67% -
XYZ 11.31 8.83 39.14 -
YUV 79.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 53 76 170 0.69 0.55 0 0.33 228.21 0.52 0.44
Hex 35 4C AA 45 37 0 21 E4 34 2C
Octal 65 114 252 105 67 0 41 344 64 54
Binary 110101 1001100 10101010 1000101 110111 0 100001 11100100 110100 101100

Color Harmonies of #354CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CAA

Black with #354CAA

Text Example


Text Example

White with #354CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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