Html Css Color HEX #354EAB Cerulean Blue

📋 copy color: '#354EAB'

red 53 ◦ green 78 ◦ blue 171

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

Shades of Cerulean Blue #354EAB

Tints of Cerulean Blue #354EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 17.55%
G = 25.83%
B = 56.62%

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

#354EAB (or 0x354EAB) is known color: Cerulean Blue. HEX triplet: 35, 4E and AB. RGB value is (53,78,171). Sum of RGB (Red+Green+Blue) = 53+78+171=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #354EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EAB is #CAB154. Grayscale: #505050. Windows color (decimal): -13283669 or 11226677. OLE color: 11226677.

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

Color convert

RGB 53 78 171 -
CMYK 0.69 0.54 0 0.33
HSL 227.29º 0.53% 0.44% -
HSV(B) 227.29º 0.69% 0.67% -
XYZ 11.54 9.15 39.69 -
YUV 81.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 53 78 171 0.69 0.54 0 0.33 227.29 0.53 0.44
Hex 35 4E AB 45 36 0 21 E3 35 2C
Octal 65 116 253 105 66 0 41 343 65 54
Binary 110101 1001110 10101011 1000101 110110 0 100001 11100011 110101 101100

Color Harmonies of #354EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EAB

Black with #354EAB

Text Example


Text Example

White with #354EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,171); }

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

background-color css

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

 a { background-color: rgb(53,78,171); }

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

border-color css

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

 span { border-color: rgb(53,78,171); }

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