#256A75

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

Shades of Allports #256A75

Tints of Allports #256A75

Color information

#256A75 (or 0x256A75) is unknown color: approx Allports. HEX triplet: 25, 6A and 75. RGB value is (37,106,117). Sum of RGB (Red+Green+Blue) = 37+106+117=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #256A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A75 is #DA958A. Grayscale: #565656. Windows color (decimal): -14325131 or 7694885. OLE color: 7694885.

HSL color Cylindrical-coordinate representation of color #256A75: hue angle of 188.25º 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 #256A75 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37106117-
CMYK0.680.0900.54
HSL188.25º51.95%30.2%-
HSV(B)188.25º68.38%45.88%-
XYZ9.1311.9918.66-
YUV86.62145.1492.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 117 (46.09% from 255) = 45%
R=14.23%
G=40.77%
B=45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371061170.680.0900.54188.2551.9530.2
Hex256A75449036bc341e
Octal45152165104110662746436
Binary100101110101011101011000100100101101101011110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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