Html Css Color HEX #257489 Allports

📋 copy color: '#257489'

red 37 ◦ green 116 ◦ blue 137

#257489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #257489

Tints of Allports #257489

RGB

 RED value IS 37 (14.84% from 255) = 12.76%

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 12.76%
G = 40%
B = 47.24%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#257489 (or 0x257489) is known color: Allports. HEX triplet: 25, 74 and 89. RGB value is (37,116,137). Sum of RGB (Red+Green+Blue) = 37+116+137=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #257489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257489 is #DA8B76. Grayscale: #5E5E5E. Windows color (decimal): -14322551 or 9008165. OLE color: 9008165.

HSL color Cylindrical-coordinate representation of color #257489: hue angle of 192.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257489 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 116 137 -
CMYK 0.73 0.15 0 0.46
HSL 192.6º 0.57% 0.34% -
HSV(B) 192.6º 0.73% 0.54% -
XYZ 11.52 14.69 25.9 -
YUV 94.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 37 116 137 0.73 0.15 0 0.46 192.6 0.57 0.34
Hex 25 74 89 49 F 0 2E C1 39 22
Octal 45 164 211 111 17 0 56 301 71 42
Binary 100101 1110100 10001001 1001001 1111 0 101110 11000001 111001 100010

Color Harmonies of #257489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257489

Black with #257489

Text Example


Text Example

White with #257489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257489; }

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

 H1.HeaderClassName
 {
   color: #257489;
 }
 .AnyTagClassName
 {
   color: #257489;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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