#256670

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

Shades of Allports #256670

Tints of Allports #256670

Color information

#256670 (or 0x256670) is unknown color: approx Allports. HEX triplet: 25, 66 and 70. RGB value is (37,102,112). Sum of RGB (Red+Green+Blue) = 37+102+112=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #256670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256670 is #DA998F. Grayscale: #535353. Windows color (decimal): -14326160 or 7366181. OLE color: 7366181.

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

Color convert

RGB37102112-
CMYK0.670.0900.56
HSL188º50.34%29.22%-
HSV(B)188º66.96%43.92%-
XYZ8.4411.0717.02-
YUV83.7143.9794.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=14.74%
G=40.64%
B=44.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371021120.670.0900.5618850.3429.22
Hex256670439038bc321d
Octal45146160103110702746235
Binary100101110011011100001000011100101110001011110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256670; }

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

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

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

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

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

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

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

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