#256CB4

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

Shades of Denim #256CB4

Tints of Denim #256CB4

Color information

#256CB4 (or 0x256CB4) is unknown color: approx Denim. HEX triplet: 25, 6C and B4. RGB value is (37,108,180). Sum of RGB (Red+Green+Blue) = 37+108+180=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #256CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CB4 is #DA934B. Grayscale: #5E5E5E. Windows color (decimal): -14324556 or 11824165. OLE color: 11824165.

HSL color Cylindrical-coordinate representation of color #256CB4: hue angle of 210.21º 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 #256CB4 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37108180-
CMYK0.790.4000.29
HSL210.21º65.9%42.55%-
HSV(B)210.21º79.44%70.59%-
XYZ14.3614.4145.21-
YUV94.98175.9886.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=11.38%
G=33.23%
B=55.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371081800.790.4000.29210.2165.942.55
Hex256CB44F2801Dd2422b
Octal451542641175003532210253
Binary1001011101100101101001001111101000011101110100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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