Html Css Color HEX #354FAB Cerulean Blue

📋 copy color: '#354FAB'

red 53 ◦ green 79 ◦ blue 171

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

Shades of Cerulean Blue #354FAB

Tints of Cerulean Blue #354FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 17.49%
G = 26.07%
B = 56.44%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#354FAB (or 0x354FAB) is known color: Cerulean Blue. HEX triplet: 35, 4F and AB. RGB value is (53,79,171). Sum of RGB (Red+Green+Blue) = 53+79+171=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #354FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FAB is #CAB054. Grayscale: #515151. Windows color (decimal): -13283413 or 11226933. OLE color: 11226933.

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

Color convert

RGB 53 79 171 -
CMYK 0.69 0.54 0 0.33
HSL 226.78º 0.53% 0.44% -
HSV(B) 226.78º 0.69% 0.67% -
XYZ 11.61 9.29 39.71 -
YUV 81.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 53 79 171 0.69 0.54 0 0.33 226.78 0.53 0.44
Hex 35 4F AB 45 36 0 21 E3 35 2C
Octal 65 117 253 105 66 0 41 343 65 54
Binary 110101 1001111 10101011 1000101 110110 0 100001 11100011 110101 101100

Color Harmonies of #354FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FAB

Black with #354FAB

Text Example


Text Example

White with #354FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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