#257484

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

Shades of Allports #257484

Tints of Allports #257484

Color information

#257484 (or 0x257484) is unknown color: approx Allports. HEX triplet: 25, 74 and 84. RGB value is (37,116,132). Sum of RGB (Red+Green+Blue) = 37+116+132=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #257484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257484 is #DA8B7B. Grayscale: #5E5E5E. Windows color (decimal): -14322556 or 8680485. OLE color: 8680485.

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

Color convert

RGB37116132-
CMYK0.720.1200.48
HSL190.11º56.21%33.14%-
HSV(B)190.11º71.97%51.76%-
XYZ11.1714.5524.05-
YUV94.2149.3387.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=12.98%
G=40.70%
B=46.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371161320.720.1200.48190.1156.2133.14
Hex25748448C030be3821
Octal45164204110140602767041
Binary10010111101001000010010010001100011000010111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257484; }

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

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

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

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

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

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

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

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