#257382

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

Shades of Allports #257382

Tints of Allports #257382

Color information

#257382 (or 0x257382) is unknown color: approx Allports. HEX triplet: 25, 73 and 82. RGB value is (37,115,130). Sum of RGB (Red+Green+Blue) = 37+115+130=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #257382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257382 is #DA8C7D. Grayscale: #5D5D5D. Windows color (decimal): -14322814 or 8549157. OLE color: 8549157.

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

Color convert

RGB37115130-
CMYK0.720.1200.49
HSL189.68º55.69%32.75%-
HSV(B)189.68º71.54%50.98%-
XYZ10.9214.2723.3-
YUV93.39148.6687.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=13.12%
G=40.78%
B=46.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371151300.720.1200.49189.6855.6932.75
Hex25738248C031be3821
Octal45163202110140612767041
Binary10010111100111000001010010001100011000110111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257382; }

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

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

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

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

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

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

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

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