#257482

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

Shades of Allports #257482

Tints of Allports #257482

Color information

#257482 (or 0x257482) is unknown color: approx Allports. HEX triplet: 25, 74 and 82. RGB value is (37,116,130). Sum of RGB (Red+Green+Blue) = 37+116+130=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #257482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257482 is #DA8B7D. Grayscale: #5D5D5D. Windows color (decimal): -14322558 or 8549413. OLE color: 8549413.

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

Color convert

RGB37116130-
CMYK0.720.1100.49
HSL189.03º55.69%32.75%-
HSV(B)189.03º71.54%50.98%-
XYZ11.0414.523.34-
YUV93.98148.3387.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=13.07%
G=40.99%
B=45.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371161300.720.1100.49189.0355.6932.75
Hex25748248B031bd3821
Octal45164202110130612757041
Binary10010111101001000001010010001011011000110111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257482; }

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

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

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

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

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

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

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

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