Html Css Color HEX #3558BF Cerulean Blue

📋 copy color: '#3558BF'

red 53 ◦ green 88 ◦ blue 191

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

Shades of Cerulean Blue #3558BF

Tints of Cerulean Blue #3558BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

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

R = 15.96%
G = 26.51%
B = 57.53%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3558BF (or 0x3558BF) is known color: Cerulean Blue. HEX triplet: 35, 58 and BF. RGB value is (53,88,191). Sum of RGB (Red+Green+Blue) = 53+88+191=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #3558BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558BF is #CAA740. Grayscale: #585858. Windows color (decimal): -13281089 or 12539957. OLE color: 12539957.

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

Color convert

RGB 53 88 191 -
CMYK 0.72 0.54 0 0.25
HSL 224.78º 0.57% 0.48% -
HSV(B) 224.78º 0.72% 0.75% -
XYZ 14.36 11.5 50.75 -
YUV 89.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 53 88 191 0.72 0.54 0 0.25 224.78 0.57 0.48
Hex 35 58 BF 48 36 0 19 E1 39 30
Octal 65 130 277 110 66 0 31 341 71 60
Binary 110101 1011000 10111111 1001000 110110 0 11001 11100001 111001 110000

Color Harmonies of #3558BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3558BF

Black with #3558BF

Text Example


Text Example

White with #3558BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3558BF; }

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

 H1.HeaderClassName
 {
   color: #3558BF;
 }
 .AnyTagClassName
 {
   color: #3558BF;
 }
</style>

background-color css

<style>
 a { background-color: #3558BF; }

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

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

border-color css

<style>
 span { border-color: #3558BF; }

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

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