Html Css Color HEX #354DAC Cerulean Blue

📋 copy color: '#354DAC'

red 53 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #354DAC

Tints of Cerulean Blue #354DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 17.55%
G = 25.5%
B = 56.95%

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

#354DAC (or 0x354DAC) is known color: Cerulean Blue. HEX triplet: 35, 4D and AC. RGB value is (53,77,172). Sum of RGB (Red+Green+Blue) = 53+77+172=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #354DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAC is #CAB253. Grayscale: #505050. Windows color (decimal): -13283924 or 11291957. OLE color: 11291957.

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

Color convert

RGB 53 77 172 -
CMYK 0.69 0.55 0 0.33
HSL 227.9º 0.53% 0.44% -
HSV(B) 227.9º 0.69% 0.67% -
XYZ 11.57 9.04 40.17 -
YUV 80.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 53 77 172 0.69 0.55 0 0.33 227.9 0.53 0.44
Hex 35 4D AC 45 37 0 21 E4 35 2C
Octal 65 115 254 105 67 0 41 344 65 54
Binary 110101 1001101 10101100 1000101 110111 0 100001 11100100 110101 101100

Color Harmonies of #354DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DAC

Black with #354DAC

Text Example


Text Example

White with #354DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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