#256975

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

Shades of Allports #256975

Tints of Allports #256975

Color information

#256975 (or 0x256975) is unknown color: approx Allports. HEX triplet: 25, 69 and 75. RGB value is (37,105,117). Sum of RGB (Red+Green+Blue) = 37+105+117=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #256975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256975 is #DA968A. Grayscale: #555555. Windows color (decimal): -14325387 or 7694629. OLE color: 7694629.

HSL color Cylindrical-coordinate representation of color #256975: hue angle of 189º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256975 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37105117-
CMYK0.680.1000.54
HSL189º51.95%30.2%-
HSV(B)189º68.38%45.88%-
XYZ9.0311.7818.63-
YUV86.04145.4793.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=14.29%
G=40.54%
B=45.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371051170.680.1000.5418951.9530.2
Hex25697544A036bd341e
Octal45151165104120662756436
Binary100101110100111101011000100101001101101011110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256975; }

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

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

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

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

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

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

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

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