Html Css Color HEX #354DBF Cerulean Blue

📋 copy color: '#354DBF'

red 53 ◦ green 77 ◦ blue 191

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

Shades of Cerulean Blue #354DBF

Tints of Cerulean Blue #354DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 16.51%
G = 23.99%
B = 59.5%

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

#354DBF (or 0x354DBF) is known color: Cerulean Blue. HEX triplet: 35, 4D and BF. RGB value is (53,77,191). Sum of RGB (Red+Green+Blue) = 53+77+191=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #354DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DBF is #CAB240. Grayscale: #525252. Windows color (decimal): -13283905 or 12537141. OLE color: 12537141.

HSL color Cylindrical-coordinate representation of color #354DBF: hue angle of 229.57º 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 #354DBF is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 77 191 -
CMYK 0.72 0.60 0 0.25
HSL 229.57º 0.57% 0.48% -
HSV(B) 229.57º 0.72% 0.75% -
XYZ 13.53 9.83 50.47 -
YUV 82.82 189.05 106.73 -
System Red Green Blue C M Y K H S L
Decimal 53 77 191 0.72 0.60 0 0.25 229.57 0.57 0.48
Hex 35 4D BF 48 3C 0 19 E6 39 30
Octal 65 115 277 110 74 0 31 346 71 60
Binary 110101 1001101 10111111 1001000 111100 0 11001 11100110 111001 110000

Color Harmonies of #354DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DBF

Black with #354DBF

Text Example


Text Example

White with #354DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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