Html Css Color HEX #354DAE Cerulean Blue

📋 copy color: '#354DAE'

red 53 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #354DAE

Tints of Cerulean Blue #354DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 17.43%
G = 25.33%
B = 57.24%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#354DAE (or 0x354DAE) is known color: Cerulean Blue. HEX triplet: 35, 4D and AE. RGB value is (53,77,174). Sum of RGB (Red+Green+Blue) = 53+77+174=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #354DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAE is #CAB251. Grayscale: #505050. Windows color (decimal): -13283922 or 11423029. OLE color: 11423029.

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

Color convert

RGB 53 77 174 -
CMYK 0.70 0.56 0 0.32
HSL 228.1º 0.53% 0.45% -
HSV(B) 228.1º 0.7% 0.68% -
XYZ 11.76 9.12 41.18 -
YUV 80.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 53 77 174 0.70 0.56 0 0.32 228.1 0.53 0.45
Hex 35 4D AE 46 38 0 20 E4 35 2D
Octal 65 115 256 106 70 0 40 344 65 55
Binary 110101 1001101 10101110 1000110 111000 0 100000 11100100 110101 101101

Color Harmonies of #354DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DAE

Black with #354DAE

Text Example


Text Example

White with #354DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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