#256ACA

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

Shades of Denim #256ACA

Tints of Denim #256ACA

Color information

#256ACA (or 0x256ACA) is unknown color: approx Denim. HEX triplet: 25, 6A and CA. RGB value is (37,106,202). Sum of RGB (Red+Green+Blue) = 37+106+202=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #256ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ACA is #DA9535. Grayscale: #5F5F5F. Windows color (decimal): -14325046 or 13265445. OLE color: 13265445.

HSL color Cylindrical-coordinate representation of color #256ACA: hue angle of 214.91º 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 #256ACA is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37106202-
CMYK0.820.4800.21
HSL214.91º69.04%46.86%-
HSV(B)214.91º81.68%79.22%-
XYZ16.5814.9757.89-
YUV96.31187.6485.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.72%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=10.72%
G=30.72%
B=58.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371062020.820.4800.21214.9169.0446.86
Hex256ACA5230015d7452f
Octal451523121226002532710557
Binary1001011101010110010101010010110000010101110101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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