#256774

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

Shades of Allports #256774

Tints of Allports #256774

Color information

#256774 (or 0x256774) is unknown color: approx Allports. HEX triplet: 25, 67 and 74. RGB value is (37,103,116). Sum of RGB (Red+Green+Blue) = 37+103+116=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #256774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256774 is #DA988B. Grayscale: #545454. Windows color (decimal): -14325900 or 7628581. OLE color: 7628581.

HSL color Cylindrical-coordinate representation of color #256774: hue angle of 189.87º degrees, saturation: 0.52, 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 #256774 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37103116-
CMYK0.680.1100.55
HSL189.87º51.63%30%-
HSV(B)189.87º68.1%45.49%-
XYZ8.7711.3518.25-
YUV84.75145.6393.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=14.45%
G=40.23%
B=45.31%

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
Decimal371031160.680.1100.55189.8751.6330
Hex25677444B037be341e
Octal45147164104130672766436
Binary100101110011111101001000100101101101111011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256774; }

 p { color: rgb(37,103,116); }

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

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

 a { background-color: rgb(37,103,116); }

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

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

 span { border-color: rgb(37,103,116); }

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