#256A70

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

Shades of Allports #256A70

Tints of Allports #256A70

Color information

#256A70 (or 0x256A70) is unknown color: approx Allports. HEX triplet: 25, 6A and 70. RGB value is (37,106,112). Sum of RGB (Red+Green+Blue) = 37+106+112=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #256A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A70 is #DA958F. Grayscale: #555555. Windows color (decimal): -14325136 or 7367205. OLE color: 7367205.

HSL color Cylindrical-coordinate representation of color #256A70: hue angle of 184.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256A70 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB37106112-
CMYK0.670.0500.56
HSL184.8º50.34%29.22%-
HSV(B)184.8º66.96%43.92%-
XYZ8.8411.8717.15-
YUV86.05142.6493.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=14.51%
G=41.57%
B=43.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371061120.670.0500.56184.850.3429.22
Hex256A70435038b9321d
Octal4515216010350702716235
Binary10010111010101110000100001110101110001011100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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