#256AB4

Color #256AB4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #256AB4

Tints of Denim #256AB4

Color information

#256AB4 (or 0x256AB4) is unknown color: approx Denim. HEX triplet: 25, 6A and B4. RGB value is (37,106,180). Sum of RGB (Red+Green+Blue) = 37+106+180=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #256AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256AB4 is #DA954B. Grayscale: #5D5D5D. Windows color (decimal): -14325068 or 11823653. OLE color: 11823653.

HSL color Cylindrical-coordinate representation of color #256AB4: hue angle of 211.05º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256AB4 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37106180-
CMYK0.790.4100.29
HSL211.05º65.9%42.55%-
HSV(B)211.05º79.44%70.59%-
XYZ14.161445.14-
YUV93.8176.6487.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=11.46%
G=32.82%
B=55.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371061800.790.4100.29211.0565.942.55
Hex256AB44F2901Dd3422b
Octal451522641175103532310253
Binary1001011101010101101001001111101001011101110100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256AB4; }

 p { color: rgb(37,106,180); }

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

<style>
 a { background-color: #256AB4; }

 a { background-color: rgb(37,106,180); }

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

<style>
 span { border-color: #256AB4; }

 span { border-color: rgb(37,106,180); }

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