Html Css Color HEX #354DAF Cerulean Blue

📋 copy color: '#354DAF'

red 53 ◦ green 77 ◦ blue 175

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

Shades of Cerulean Blue #354DAF

Tints of Cerulean Blue #354DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 17.38%
G = 25.25%
B = 57.38%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#354DAF (or 0x354DAF) is known color: Cerulean Blue. HEX triplet: 35, 4D and AF. RGB value is (53,77,175). Sum of RGB (Red+Green+Blue) = 53+77+175=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #354DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAF is #CAB250. Grayscale: #505050. Windows color (decimal): -13283921 or 11488565. OLE color: 11488565.

HSL color Cylindrical-coordinate representation of color #354DAF: hue angle of 228.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354DAF is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 77 175 -
CMYK 0.70 0.56 0 0.31
HSL 228.2º 0.54% 0.45% -
HSV(B) 228.2º 0.7% 0.69% -
XYZ 11.86 9.16 41.7 -
YUV 81 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 53 77 175 0.70 0.56 0 0.31 228.2 0.54 0.45
Hex 35 4D AF 46 38 0 1F E4 36 2D
Octal 65 115 257 106 70 0 37 344 66 55
Binary 110101 1001101 10101111 1000110 111000 0 11111 11100100 110110 101101

Color Harmonies of #354DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DAF

Black with #354DAF

Text Example


Text Example

White with #354DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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