Html Css Color HEX #354BB0 Cerulean Blue

📋 copy color: '#354BB0'

red 53 ◦ green 75 ◦ blue 176

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

Shades of Cerulean Blue #354BB0

Tints of Cerulean Blue #354BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 176 (69.14% from 255) = 57.89%

R = 17.43%
G = 24.67%
B = 57.89%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#354BB0 (or 0x354BB0) is known color: Cerulean Blue. HEX triplet: 35, 4B and B0. RGB value is (53,75,176). Sum of RGB (Red+Green+Blue) = 53+75+176=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #354BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BB0 is #CAB44F. Grayscale: #4F4F4F. Windows color (decimal): -13284432 or 11553589. OLE color: 11553589.

HSL color Cylindrical-coordinate representation of color #354BB0: hue angle of 229.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354BB0 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 75 176 -
CMYK 0.70 0.57 0 0.31
HSL 229.27º 0.54% 0.45% -
HSV(B) 229.27º 0.7% 0.69% -
XYZ 11.82 8.92 42.17 -
YUV 79.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 53 75 176 0.70 0.57 0 0.31 229.27 0.54 0.45
Hex 35 4B B0 46 39 0 1F E5 36 2D
Octal 65 113 260 106 71 0 37 345 66 55
Binary 110101 1001011 10110000 1000110 111001 0 11111 11100101 110110 101101

Color Harmonies of #354BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354BB0

Black with #354BB0

Text Example


Text Example

White with #354BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,75,176); }

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

background-color css

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

 a { background-color: rgb(53,75,176); }

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

border-color css

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

 span { border-color: rgb(53,75,176); }

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