Html Css Color HEX #257490 Astral

📋 copy color: '#257490'

red 37 ◦ green 116 ◦ blue 144

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

Shades of Astral #257490

Tints of Astral #257490

RGB

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

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

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

R = 12.46%
G = 39.06%
B = 48.48%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257490 (or 0x257490) is known color: Astral. HEX triplet: 25, 74 and 90. RGB value is (37,116,144). Sum of RGB (Red+Green+Blue) = 37+116+144=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #257490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257490 is #DA8B6F. Grayscale: #5F5F5F. Windows color (decimal): -14322544 or 9466917. OLE color: 9466917.

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

Color convert

RGB 37 116 144 -
CMYK 0.74 0.19 0 0.44
HSL 195.7º 0.59% 0.35% -
HSV(B) 195.7º 0.74% 0.56% -
XYZ 12.04 14.9 28.63 -
YUV 95.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 37 116 144 0.74 0.19 0 0.44 195.7 0.59 0.35
Hex 25 74 90 4A 13 0 2C C4 3B 23
Octal 45 164 220 112 23 0 54 304 73 43
Binary 100101 1110100 10010000 1001010 10011 0 101100 11000100 111011 100011

Color Harmonies of #257490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257490

Black with #257490

Text Example


Text Example

White with #257490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257490; }

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

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

background-color css

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

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

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

border-color css

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

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

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