Html Css Color HEX #3553BD Cerulean Blue

📋 copy color: '#3553BD'

red 53 ◦ green 83 ◦ blue 189

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

Shades of Cerulean Blue #3553BD

Tints of Cerulean Blue #3553BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 16.31%
G = 25.54%
B = 58.15%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3553BD (or 0x3553BD) is known color: Cerulean Blue. HEX triplet: 35, 53 and BD. RGB value is (53,83,189). Sum of RGB (Red+Green+Blue) = 53+83+189=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3553BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553BD is #CAAC42. Grayscale: #555555. Windows color (decimal): -13282371 or 12407605. OLE color: 12407605.

HSL color Cylindrical-coordinate representation of color #3553BD: hue angle of 226.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3553BD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 83 189 -
CMYK 0.72 0.56 0 0.26
HSL 226.76º 0.56% 0.47% -
HSV(B) 226.76º 0.72% 0.74% -
XYZ 13.75 10.62 49.47 -
YUV 86.11 186.06 104.38 -
System Red Green Blue C M Y K H S L
Decimal 53 83 189 0.72 0.56 0 0.26 226.76 0.56 0.47
Hex 35 53 BD 48 38 0 1A E3 38 2F
Octal 65 123 275 110 70 0 32 343 70 57
Binary 110101 1010011 10111101 1001000 111000 0 11010 11100011 111000 101111

Color Harmonies of #3553BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553BD

Black with #3553BD

Text Example


Text Example

White with #3553BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3553BD; }

 p { color: rgb(53,83,189); }

 H1.HeaderClassName
 {
   color: #3553BD;
 }
 .AnyTagClassName
 {
   color: #3553BD;
 }
</style>

background-color css

<style>
 a { background-color: #3553BD; }

 a { background-color: rgb(53,83,189); }

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

border-color css

<style>
 span { border-color: #3553BD; }

 span { border-color: rgb(53,83,189); }

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