Html Css Color HEX #3551BA Cerulean Blue

📋 copy color: '#3551BA'

red 53 ◦ green 81 ◦ blue 186

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

Shades of Cerulean Blue #3551BA

Tints of Cerulean Blue #3551BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 16.56%
G = 25.31%
B = 58.13%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3551BA (or 0x3551BA) is known color: Cerulean Blue. HEX triplet: 35, 51 and BA. RGB value is (53,81,186). Sum of RGB (Red+Green+Blue) = 53+81+186=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3551BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3551BA is #CAAE45. Grayscale: #545454. Windows color (decimal): -13282886 or 12210485. OLE color: 12210485.

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

Color convert

RGB 53 81 186 -
CMYK 0.72 0.56 0 0.27
HSL 227.37º 0.56% 0.47% -
HSV(B) 227.37º 0.72% 0.73% -
XYZ 13.27 10.19 47.72 -
YUV 84.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 53 81 186 0.72 0.56 0 0.27 227.37 0.56 0.47
Hex 35 51 BA 48 38 0 1B E3 38 2F
Octal 65 121 272 110 70 0 33 343 70 57
Binary 110101 1010001 10111010 1001000 111000 0 11011 11100011 111000 101111

Color Harmonies of #3551BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3551BA

Black with #3551BA

Text Example


Text Example

White with #3551BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3551BA; }

 p { color: rgb(53,81,186); }

 H1.HeaderClassName
 {
   color: #3551BA;
 }
 .AnyTagClassName
 {
   color: #3551BA;
 }
</style>

background-color css

<style>
 a { background-color: #3551BA; }

 a { background-color: rgb(53,81,186); }

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

border-color css

<style>
 span { border-color: #3551BA; }

 span { border-color: rgb(53,81,186); }

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