Html Css Color HEX #354DAD Cerulean Blue

📋 copy color: '#354DAD'

red 53 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #354DAD

Tints of Cerulean Blue #354DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 17.49%
G = 25.41%
B = 57.1%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#354DAD (or 0x354DAD) is known color: Cerulean Blue. HEX triplet: 35, 4D and AD. RGB value is (53,77,173). Sum of RGB (Red+Green+Blue) = 53+77+173=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #354DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAD is #CAB252. Grayscale: #505050. Windows color (decimal): -13283923 or 11357493. OLE color: 11357493.

HSL color Cylindrical-coordinate representation of color #354DAD: hue angle of 228º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354DAD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 77 173 -
CMYK 0.69 0.55 0 0.32
HSL 228º 0.53% 0.44% -
HSV(B) 228º 0.69% 0.68% -
XYZ 11.66 9.08 40.67 -
YUV 80.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 53 77 173 0.69 0.55 0 0.32 228 0.53 0.44
Hex 35 4D AD 45 37 0 20 E4 35 2C
Octal 65 115 255 105 67 0 40 344 65 54
Binary 110101 1001101 10101101 1000101 110111 0 100000 11100100 110101 101100

Color Harmonies of #354DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DAD

Black with #354DAD

Text Example


Text Example

White with #354DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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