Html Css Color HEX #354CBF Cerulean Blue

📋 copy color: '#354CBF'

red 53 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #354CBF

Tints of Cerulean Blue #354CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

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

R = 16.56%
G = 23.75%
B = 59.69%

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

#354CBF (or 0x354CBF) is known color: Cerulean Blue. HEX triplet: 35, 4C and BF. RGB value is (53,76,191). Sum of RGB (Red+Green+Blue) = 53+76+191=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #354CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CBF is #CAB340. Grayscale: #515151. Windows color (decimal): -13284161 or 12536885. OLE color: 12536885.

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

Color convert

RGB 53 76 191 -
CMYK 0.72 0.60 0 0.25
HSL 230º 0.57% 0.48% -
HSV(B) 230º 0.72% 0.75% -
XYZ 13.46 9.69 50.45 -
YUV 82.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 53 76 191 0.72 0.60 0 0.25 230 0.57 0.48
Hex 35 4C BF 48 3C 0 19 E6 39 30
Octal 65 114 277 110 74 0 31 346 71 60
Binary 110101 1001100 10111111 1001000 111100 0 11001 11100110 111001 110000

Color Harmonies of #354CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CBF

Black with #354CBF

Text Example


Text Example

White with #354CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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