#256584

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

Shades of Allports #256584

Tints of Allports #256584

Color information

#256584 (or 0x256584) is unknown color: approx Allports. HEX triplet: 25, 65 and 84. RGB value is (37,101,132). Sum of RGB (Red+Green+Blue) = 37+101+132=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #256584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256584 is #DA9A7B. Grayscale: #555555. Windows color (decimal): -14326396 or 8676645. OLE color: 8676645.

HSL color Cylindrical-coordinate representation of color #256584: hue angle of 199.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256584 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37101132-
CMYK0.720.2300.48
HSL199.58º56.21%33.14%-
HSV(B)199.58º71.97%51.76%-
XYZ9.5811.3723.52-
YUV85.4154.393.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=13.70%
G=37.41%
B=48.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371011320.720.2300.48199.5856.2133.14
Hex2565844817030c83821
Octal45145204110270603107041
Binary100101110010110000100100100010111011000011001000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256584; }

 p { color: rgb(37,101,132); }

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

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

 a { background-color: rgb(37,101,132); }

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

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

 span { border-color: rgb(37,101,132); }

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