Html Css Color HEX #354DC0 Cerulean Blue

📋 copy color: '#354DC0'

red 53 ◦ green 77 ◦ blue 192

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

Shades of Cerulean Blue #354DC0

Tints of Cerulean Blue #354DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.63%

R = 16.46%
G = 23.91%
B = 59.63%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#354DC0 (or 0x354DC0) is known color: Cerulean Blue. HEX triplet: 35, 4D and C0. RGB value is (53,77,192). Sum of RGB (Red+Green+Blue) = 53+77+192=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #354DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DC0 is #CAB23F. Grayscale: #525252. Windows color (decimal): -13283904 or 12602677. OLE color: 12602677.

HSL color Cylindrical-coordinate representation of color #354DC0: hue angle of 229.64º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354DC0 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 77 192 -
CMYK 0.72 0.60 0 0.25
HSL 229.64º 0.57% 0.48% -
HSV(B) 229.64º 0.72% 0.75% -
XYZ 13.64 9.87 51.06 -
YUV 82.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 53 77 192 0.72 0.60 0 0.25 229.64 0.57 0.48
Hex 35 4D C0 48 3C 0 19 E6 39 30
Octal 65 115 300 110 74 0 31 346 71 60
Binary 110101 1001101 11000000 1001000 111100 0 11001 11100110 111001 110000

Color Harmonies of #354DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DC0

Black with #354DC0

Text Example


Text Example

White with #354DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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