#256BB6

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

Shades of Denim #256BB6

Tints of Denim #256BB6

Color information

#256BB6 (or 0x256BB6) is unknown color: approx Denim. HEX triplet: 25, 6B and B6. RGB value is (37,107,182). Sum of RGB (Red+Green+Blue) = 37+107+182=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #256BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BB6 is #DA9449. Grayscale: #5E5E5E. Windows color (decimal): -14324810 or 11954981. OLE color: 11954981.

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

Color convert

RGB37107182-
CMYK0.800.4100.29
HSL211.03º66.21%42.94%-
HSV(B)211.03º79.67%71.37%-
XYZ14.4614.2946.25-
YUV94.62177.3186.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 182 (71.48% from 255) = 55.83%
R=11.35%
G=32.82%
B=55.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371071820.800.4100.29211.0366.2142.94
Hex256BB6502901Dd3422b
Octal451532661205103532310253
Binary1001011101011101101101010000101001011101110100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,107,182); }

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

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

 a { background-color: rgb(37,107,182); }

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

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

 span { border-color: rgb(37,107,182); }

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