Html Css Color HEX #257494 Astral

📋 copy color: '#257494'

red 37 ◦ green 116 ◦ blue 148

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

Shades of Astral #257494

Tints of Astral #257494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 12.29%
G = 38.54%
B = 49.17%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257494 (or 0x257494) is known color: Astral. HEX triplet: 25, 74 and 94. RGB value is (37,116,148). Sum of RGB (Red+Green+Blue) = 37+116+148=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #257494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257494 is #DA8B6B. Grayscale: #5F5F5F. Windows color (decimal): -14322540 or 9729061. OLE color: 9729061.

HSL color Cylindrical-coordinate representation of color #257494: hue angle of 197.3º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257494 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 116 148 -
CMYK 0.75 0.22 0 0.42
HSL 197.3º 0.6% 0.36% -
HSV(B) 197.3º 0.75% 0.58% -
XYZ 12.35 15.02 30.27 -
YUV 96.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 37 116 148 0.75 0.22 0 0.42 197.3 0.6 0.36
Hex 25 74 94 4B 16 0 2A C5 3C 24
Octal 45 164 224 113 26 0 52 305 74 44
Binary 100101 1110100 10010100 1001011 10110 0 101010 11000101 111100 100100

Color Harmonies of #257494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257494

Black with #257494

Text Example


Text Example

White with #257494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257494; }

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

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

background-color css

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

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

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

border-color css

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

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

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