#256970

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

Shades of Allports #256970

Tints of Allports #256970

Color information

#256970 (or 0x256970) is unknown color: approx Allports. HEX triplet: 25, 69 and 70. RGB value is (37,105,112). Sum of RGB (Red+Green+Blue) = 37+105+112=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #256970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256970 is #DA968F. Grayscale: #555555. Windows color (decimal): -14325392 or 7366949. OLE color: 7366949.

HSL color Cylindrical-coordinate representation of color #256970: hue angle of 185.6º 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 #256970 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB37105112-
CMYK0.670.0600.56
HSL185.6º50.34%29.22%-
HSV(B)185.6º66.96%43.92%-
XYZ8.7411.6717.12-
YUV85.47142.9793.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=14.57%
G=41.34%
B=44.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371051120.670.0600.56185.650.3429.22
Hex256970436038ba321d
Octal4515116010360702726235
Binary10010111010011110000100001111001110001011101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256970; }

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

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

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

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

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

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

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

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