Html Css Color HEX #257990 Astral

📋 copy color: '#257990'

red 37 ◦ green 121 ◦ blue 144

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

Shades of Astral #257990

Tints of Astral #257990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 12.25%
G = 40.07%
B = 47.68%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257990 (or 0x257990) is known color: Astral. HEX triplet: 25, 79 and 90. RGB value is (37,121,144). Sum of RGB (Red+Green+Blue) = 37+121+144=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #257990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257990 is #DA866F. Grayscale: #626262. Windows color (decimal): -14321264 or 9468197. OLE color: 9468197.

HSL color Cylindrical-coordinate representation of color #257990: hue angle of 192.9º 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 #257990 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 121 144 -
CMYK 0.74 0.16 0 0.44
HSL 192.9º 0.59% 0.35% -
HSV(B) 192.9º 0.74% 0.56% -
XYZ 12.63 16.08 28.82 -
YUV 98.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 37 121 144 0.74 0.16 0 0.44 192.9 0.59 0.35
Hex 25 79 90 4A 10 0 2C C1 3B 23
Octal 45 171 220 112 20 0 54 301 73 43
Binary 100101 1111001 10010000 1001010 10000 0 101100 11000001 111011 100011

Color Harmonies of #257990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257990

Black with #257990

Text Example


Text Example

White with #257990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257990; }

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

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

background-color css

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

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

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

border-color css

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

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

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