#256870

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

Shades of Allports #256870

Tints of Allports #256870

Color information

#256870 (or 0x256870) is unknown color: approx Allports. HEX triplet: 25, 68 and 70. RGB value is (37,104,112). Sum of RGB (Red+Green+Blue) = 37+104+112=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #256870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256870 is #DA978F. Grayscale: #545454. Windows color (decimal): -14325648 or 7366693. OLE color: 7366693.

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

Color convert

RGB37104112-
CMYK0.670.0700.56
HSL186.4º50.34%29.22%-
HSV(B)186.4º66.96%43.92%-
XYZ8.6411.4617.09-
YUV84.88143.393.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=14.62%
G=41.11%
B=44.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371041120.670.0700.56186.450.3429.22
Hex256870437038ba321d
Octal4515016010370702726235
Binary10010111010001110000100001111101110001011101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256870; }

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

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

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

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

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

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

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

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