#257584

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

Shades of Allports #257584

Tints of Allports #257584

Color information

#257584 (or 0x257584) is unknown color: approx Allports. HEX triplet: 25, 75 and 84. RGB value is (37,117,132). Sum of RGB (Red+Green+Blue) = 37+117+132=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #257584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257584 is #DA8A7B. Grayscale: #5E5E5E. Windows color (decimal): -14322300 or 8680741. OLE color: 8680741.

HSL color Cylindrical-coordinate representation of color #257584: hue angle of 189.47º 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 #257584 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37117132-
CMYK0.720.1100.48
HSL189.47º56.21%33.14%-
HSV(B)189.47º71.97%51.76%-
XYZ11.2914.7824.09-
YUV94.7914986.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=12.94%
G=40.91%
B=46.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371171320.720.1100.48189.4756.2133.14
Hex25758448B030bd3821
Octal45165204110130602757041
Binary10010111101011000010010010001011011000010111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257584; }

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

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

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

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

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

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

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

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