Html Css Color HEX #257192 Astral

📋 copy color: '#257192'

red 37 ◦ green 113 ◦ blue 146

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

Shades of Astral #257192

Tints of Astral #257192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 12.5%
G = 38.18%
B = 49.32%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257192 (or 0x257192) is known color: Astral. HEX triplet: 25, 71 and 92. RGB value is (37,113,146). Sum of RGB (Red+Green+Blue) = 37+113+146=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #257192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257192 is #DA8E6D. Grayscale: #5D5D5D. Windows color (decimal): -14323310 or 9597221. OLE color: 9597221.

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

Color convert

RGB 37 113 146 -
CMYK 0.75 0.23 0 0.43
HSL 198.17º 0.6% 0.36% -
HSV(B) 198.17º 0.75% 0.57% -
XYZ 11.86 14.28 29.33 -
YUV 94.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 37 113 146 0.75 0.23 0 0.43 198.17 0.6 0.36
Hex 25 71 92 4B 17 0 2B C6 3C 24
Octal 45 161 222 113 27 0 53 306 74 44
Binary 100101 1110001 10010010 1001011 10111 0 101011 11000110 111100 100100

Color Harmonies of #257192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257192

Black with #257192

Text Example


Text Example

White with #257192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257192; }

 p { color: rgb(37,113,146); }

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

background-color css

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

 a { background-color: rgb(37,113,146); }

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

border-color css

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

 span { border-color: rgb(37,113,146); }

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