Html Css Color HEX #354CAC Cerulean Blue

📋 copy color: '#354CAC'

red 53 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #354CAC

Tints of Cerulean Blue #354CAC

RGB

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

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

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

R = 17.61%
G = 25.25%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#354CAC (or 0x354CAC) is known color: Cerulean Blue. HEX triplet: 35, 4C and AC. RGB value is (53,76,172). Sum of RGB (Red+Green+Blue) = 53+76+172=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #354CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354CAC is #CAB353. Grayscale: #4F4F4F. Windows color (decimal): -13284180 or 11291701. OLE color: 11291701.

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

Color convert

RGB 53 76 172 -
CMYK 0.69 0.56 0 0.33
HSL 228.4º 0.53% 0.44% -
HSV(B) 228.4º 0.69% 0.67% -
XYZ 11.5 8.9 40.14 -
YUV 80.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 53 76 172 0.69 0.56 0 0.33 228.4 0.53 0.44
Hex 35 4C AC 45 38 0 21 E4 35 2C
Octal 65 114 254 105 70 0 41 344 65 54
Binary 110101 1001100 10101100 1000101 111000 0 100001 11100100 110101 101100

Color Harmonies of #354CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CAC

Black with #354CAC

Text Example


Text Example

White with #354CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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