Html Css Color HEX #257089 Allports

📋 copy color: '#257089'

red 37 ◦ green 112 ◦ blue 137

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

Shades of Allports #257089

Tints of Allports #257089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 12.94%
G = 39.16%
B = 47.9%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#257089 (or 0x257089) is known color: Allports. HEX triplet: 25, 70 and 89. RGB value is (37,112,137). Sum of RGB (Red+Green+Blue) = 37+112+137=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #257089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257089 is #DA8F76. Grayscale: #5C5C5C. Windows color (decimal): -14323575 or 9007141. OLE color: 9007141.

HSL color Cylindrical-coordinate representation of color #257089: hue angle of 195º 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 #257089 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 112 137 -
CMYK 0.73 0.18 0 0.46
HSL 195º 0.57% 0.34% -
HSV(B) 195º 0.73% 0.54% -
XYZ 11.07 13.79 25.74 -
YUV 92.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 37 112 137 0.73 0.18 0 0.46 195 0.57 0.34
Hex 25 70 89 49 12 0 2E C3 39 22
Octal 45 160 211 111 22 0 56 303 71 42
Binary 100101 1110000 10001001 1001001 10010 0 101110 11000011 111001 100010

Color Harmonies of #257089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257089

Black with #257089

Text Example


Text Example

White with #257089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257089; }

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

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

background-color css

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

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

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

border-color css

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

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

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