#2551BB

Color #2551BB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2551BB

Tints of Cerulean Blue #2551BB

Color information

#2551BB (or 0x2551BB) is unknown color: approx Cerulean Blue. HEX triplet: 25, 51 and BB. RGB value is (37,81,187). Sum of RGB (Red+Green+Blue) = 37+81+187=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #2551BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551BB is #DAAE44. Grayscale: #4F4F4F. Windows color (decimal): -14331461 or 12276005. OLE color: 12276005.

HSL color Cylindrical-coordinate representation of color #2551BB: hue angle of 222.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2551BB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3781187-
CMYK0.800.5700.27
HSL222.4º66.96%43.92%-
HSV(B)222.4º80.21%73.33%-
XYZ12.689.8748.25-
YUV79.93188.4297.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=12.13%
G=26.56%
B=61.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37811870.800.5700.27222.466.9643.92
Hex2551BB503901Bde432c
Octal451212731207103333610354
Binary1001011010001101110111010000111001011011110111101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2551BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2551BB; }

 p { color: rgb(37,81,187); }

 H1.HeaderClassName
 {
   color: #2551BB;
 }
 .AnyTagClassName
 {
   color: #2551BB;
 }
</style>
background-color css

<style>
 a { background-color: #2551BB; }

 a { background-color: rgb(37,81,187); }

 div.DivClassName
 {
   background-color: #2551BB;
 }
 .BgClassName
 {
   background-color: #2551BB;
 }
</style>
border-color css

<style>
 span { border-color: #2551BB; }

 span { border-color: rgb(37,81,187); }

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