#257386

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

Shades of Allports #257386

Tints of Allports #257386

Color information

#257386 (or 0x257386) is unknown color: approx Allports. HEX triplet: 25, 73 and 86. RGB value is (37,115,134). Sum of RGB (Red+Green+Blue) = 37+115+134=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #257386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257386 is #DA8C79. Grayscale: #5D5D5D. Windows color (decimal): -14322810 or 8811301. OLE color: 8811301.

HSL color Cylindrical-coordinate representation of color #257386: hue angle of 191.75º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257386 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37115134-
CMYK0.720.1400.47
HSL191.75º56.73%33.53%-
HSV(B)191.75º72.39%52.55%-
XYZ11.214.3824.74-
YUV93.84150.6687.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=12.94%
G=40.21%
B=46.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371151340.720.1400.47191.7556.7333.53
Hex25738648E02Fc03922
Octal45163206110160573007142
Binary10010111100111000011010010001110010111111000000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257386; }

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

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

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

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

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

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

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

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