Html Css Color HEX #354DAB Cerulean Blue

📋 copy color: '#354DAB'

red 53 ◦ green 77 ◦ blue 171

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

Shades of Cerulean Blue #354DAB

Tints of Cerulean Blue #354DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 17.61%
G = 25.58%
B = 56.81%

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

#354DAB (or 0x354DAB) is known color: Cerulean Blue. HEX triplet: 35, 4D and AB. RGB value is (53,77,171). Sum of RGB (Red+Green+Blue) = 53+77+171=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #354DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAB is #CAB254. Grayscale: #505050. Windows color (decimal): -13283925 or 11226421. OLE color: 11226421.

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

Color convert

RGB 53 77 171 -
CMYK 0.69 0.55 0 0.33
HSL 227.8º 0.53% 0.44% -
HSV(B) 227.8º 0.69% 0.67% -
XYZ 11.47 9 39.66 -
YUV 80.54 179.05 108.36 -
System Red Green Blue C M Y K H S L
Decimal 53 77 171 0.69 0.55 0 0.33 227.8 0.53 0.44
Hex 35 4D AB 45 37 0 21 E4 35 2C
Octal 65 115 253 105 67 0 41 344 65 54
Binary 110101 1001101 10101011 1000101 110111 0 100001 11100100 110101 101100

Color Harmonies of #354DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DAB

Black with #354DAB

Text Example


Text Example

White with #354DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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