Html Css Color HEX #3553BE Cerulean Blue

📋 copy color: '#3553BE'

red 53 ◦ green 83 ◦ blue 190

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

Shades of Cerulean Blue #3553BE

Tints of Cerulean Blue #3553BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 16.26%
G = 25.46%
B = 58.28%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3553BE (or 0x3553BE) is known color: Cerulean Blue. HEX triplet: 35, 53 and BE. RGB value is (53,83,190). Sum of RGB (Red+Green+Blue) = 53+83+190=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3553BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553BE is #CAAC41. Grayscale: #555555. Windows color (decimal): -13282370 or 12473141. OLE color: 12473141.

HSL color Cylindrical-coordinate representation of color #3553BE: hue angle of 226.86º degrees, saturation: 0.56, 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 #3553BE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 83 190 -
CMYK 0.72 0.56 0 0.25
HSL 226.86º 0.56% 0.48% -
HSV(B) 226.86º 0.72% 0.75% -
XYZ 13.86 10.66 50.04 -
YUV 86.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 53 83 190 0.72 0.56 0 0.25 226.86 0.56 0.48
Hex 35 53 BE 48 38 0 19 E3 38 30
Octal 65 123 276 110 70 0 31 343 70 60
Binary 110101 1010011 10111110 1001000 111000 0 11001 11100011 111000 110000

Color Harmonies of #3553BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3553BE

Black with #3553BE

Text Example


Text Example

White with #3553BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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