#257B90

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

Shades of Astral #257B90

Tints of Astral #257B90

Color information

#257B90 (or 0x257B90) is unknown color: approx Astral. HEX triplet: 25, 7B and 90. RGB value is (37,123,144). Sum of RGB (Red+Green+Blue) = 37+123+144=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #257B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B90 is #DA846F. Grayscale: #636363. Windows color (decimal): -14320752 or 9468709. OLE color: 9468709.

HSL color Cylindrical-coordinate representation of color #257B90: hue angle of 191.78º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257B90 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37123144-
CMYK0.740.1500.44
HSL191.78º59.12%35.49%-
HSV(B)191.78º74.31%56.47%-
XYZ12.8816.5728.91-
YUV99.68153.0183.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=12.17%
G=40.46%
B=47.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371231440.740.1500.44191.7859.1235.49
Hex257B904AF02Cc03b23
Octal45173220112170543007343
Binary10010111110111001000010010101111010110011000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257B90; }

 p { color: rgb(37,123,144); }

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

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

 a { background-color: rgb(37,123,144); }

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

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

 span { border-color: rgb(37,123,144); }

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