#256473

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

Shades of Allports #256473

Tints of Allports #256473

Color information

#256473 (or 0x256473) is unknown color: approx Allports. HEX triplet: 25, 64 and 73. RGB value is (37,100,115). Sum of RGB (Red+Green+Blue) = 37+100+115=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #256473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256473 is #DA9B8C. Grayscale: #525252. Windows color (decimal): -14326669 or 7562277. OLE color: 7562277.

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

Color convert

RGB37100115-
CMYK0.680.1300.55
HSL191.54º51.32%29.8%-
HSV(B)191.54º67.83%45.1%-
XYZ8.4110.7517.85-
YUV82.87146.1395.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=14.68%
G=39.68%
B=45.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371001150.680.1300.55191.5451.3229.8
Hex25647344D037c0331e
Octal45144163104150673006336
Binary100101110010011100111000100110101101111100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256473; }

 p { color: rgb(37,100,115); }

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

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

 a { background-color: rgb(37,100,115); }

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

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

 span { border-color: rgb(37,100,115); }

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