#257380

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

Shades of Allports #257380

Tints of Allports #257380

Color information

#257380 (or 0x257380) is unknown color: approx Allports. HEX triplet: 25, 73 and 80. RGB value is (37,115,128). Sum of RGB (Red+Green+Blue) = 37+115+128=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #257380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257380 is #DA8C7F. Grayscale: #5D5D5D. Windows color (decimal): -14322816 or 8418085. OLE color: 8418085.

HSL color Cylindrical-coordinate representation of color #257380: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257380 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37115128-
CMYK0.710.1000.50
HSL188.57º55.15%32.35%-
HSV(B)188.57º71.09%50.2%-
XYZ10.7914.2122.6-
YUV93.16147.6687.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=13.21%
G=41.07%
B=45.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371151280.710.1000.50188.5755.1532.35
Hex25738047A032bd3720
Octal45163200107120622756740
Binary10010111100111000000010001111010011001010111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257380; }

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

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

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

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

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

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

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

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