#256672

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

Shades of Allports #256672

Tints of Allports #256672

Color information

#256672 (or 0x256672) is unknown color: approx Allports. HEX triplet: 25, 66 and 72. RGB value is (37,102,114). Sum of RGB (Red+Green+Blue) = 37+102+114=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #256672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256672 is #DA998D. Grayscale: #535353. Windows color (decimal): -14326158 or 7497253. OLE color: 7497253.

HSL color Cylindrical-coordinate representation of color #256672: hue angle of 189.35º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256672 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37102114-
CMYK0.680.1100.55
HSL189.35º50.99%29.61%-
HSV(B)189.35º67.54%44.71%-
XYZ8.5511.1117.61-
YUV83.93144.9794.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=14.62%
G=40.32%
B=45.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371021140.680.1100.55189.3550.9929.61
Hex25667244B037bd331e
Octal45146162104130672756336
Binary100101110011011100101000100101101101111011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256672; }

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

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

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

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

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

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

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

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