Html Css Color HEX #354CAB Cerulean Blue

📋 copy color: '#354CAB'

red 53 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #354CAB

Tints of Cerulean Blue #354CAB

RGB

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

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

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

R = 17.67%
G = 25.33%
B = 57%

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

#354CAB (or 0x354CAB) is known color: Cerulean Blue. HEX triplet: 35, 4C and AB. RGB value is (53,76,171). Sum of RGB (Red+Green+Blue) = 53+76+171=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #354CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354CAB is #CAB354. Grayscale: #4F4F4F. Windows color (decimal): -13284181 or 11226165. OLE color: 11226165.

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

Color convert

RGB 53 76 171 -
CMYK 0.69 0.56 0 0.33
HSL 228.31º 0.53% 0.44% -
HSV(B) 228.31º 0.69% 0.67% -
XYZ 11.4 8.87 39.64 -
YUV 79.95 179.38 108.78 -
System Red Green Blue C M Y K H S L
Decimal 53 76 171 0.69 0.56 0 0.33 228.31 0.53 0.44
Hex 35 4C AB 45 38 0 21 E4 35 2C
Octal 65 114 253 105 70 0 41 344 65 54
Binary 110101 1001100 10101011 1000101 111000 0 100001 11100100 110101 101100

Color Harmonies of #354CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CAB

Black with #354CAB

Text Example


Text Example

White with #354CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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