#256CCA

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

Shades of Denim #256CCA

Tints of Denim #256CCA

Color information

#256CCA (or 0x256CCA) is unknown color: approx Denim. HEX triplet: 25, 6C and CA. RGB value is (37,108,202). Sum of RGB (Red+Green+Blue) = 37+108+202=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #256CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CCA is #DA9335. Grayscale: #616161. Windows color (decimal): -14324534 or 13265957. OLE color: 13265957.

HSL color Cylindrical-coordinate representation of color #256CCA: hue angle of 214.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256CCA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37108202-
CMYK0.820.4700.21
HSL214.18º69.04%46.86%-
HSV(B)214.18º81.68%79.22%-
XYZ16.7915.3857.96-
YUV97.49186.9884.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.66%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=10.66%
G=31.12%
B=58.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371082020.820.4700.21214.1869.0446.86
Hex256CCA522F015d6452f
Octal451543121225702532610557
Binary1001011101100110010101010010101111010101110101101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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