#2556A5

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

Shades of Cerulean Blue #2556A5

Tints of Cerulean Blue #2556A5

Color information

#2556A5 (or 0x2556A5) is unknown color: approx Cerulean Blue. HEX triplet: 25, 56 and A5. RGB value is (37,86,165). Sum of RGB (Red+Green+Blue) = 37+86+165=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #2556A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2556A5 is #DAA95A. Grayscale: #4F4F4F. Windows color (decimal): -14330203 or 10835493. OLE color: 10835493.

HSL color Cylindrical-coordinate representation of color #2556A5: hue angle of 217.03º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2556A5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3786165-
CMYK0.780.4800.35
HSL217.03º63.37%39.61%-
HSV(B)217.03º77.58%64.71%-
XYZ10.889.7736.91-
YUV80.36175.7797.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 165 (64.84% from 255) = 57.29%
R=12.85%
G=29.86%
B=57.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37861650.780.4800.35217.0363.3739.61
Hex2556A54E30023d93f28
Octal45126245116600433317750
Binary1001011010110101001011001110110000010001111011001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2556A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2556A5; }

 p { color: rgb(37,86,165); }

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

<style>
 a { background-color: #2556A5; }

 a { background-color: rgb(37,86,165); }

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

<style>
 span { border-color: #2556A5; }

 span { border-color: rgb(37,86,165); }

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