Html Css Color HEX #257193 Astral

📋 copy color: '#257193'

red 37 ◦ green 113 ◦ blue 147

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

Shades of Astral #257193

Tints of Astral #257193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 12.46%
G = 38.05%
B = 49.49%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257193 (or 0x257193) is known color: Astral. HEX triplet: 25, 71 and 93. RGB value is (37,113,147). Sum of RGB (Red+Green+Blue) = 37+113+147=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #257193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257193 is #DA8E6C. Grayscale: #5D5D5D. Windows color (decimal): -14323309 or 9662757. OLE color: 9662757.

HSL color Cylindrical-coordinate representation of color #257193: hue angle of 198.55º 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 #257193 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 113 147 -
CMYK 0.75 0.23 0 0.42
HSL 198.55º 0.6% 0.36% -
HSV(B) 198.55º 0.75% 0.58% -
XYZ 11.93 14.31 29.74 -
YUV 94.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 37 113 147 0.75 0.23 0 0.42 198.55 0.6 0.36
Hex 25 71 93 4B 17 0 2A C7 3C 24
Octal 45 161 223 113 27 0 52 307 74 44
Binary 100101 1110001 10010011 1001011 10111 0 101010 11000111 111100 100100

Color Harmonies of #257193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257193

Black with #257193

Text Example


Text Example

White with #257193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257193; }

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

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

background-color css

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

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

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

border-color css

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

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

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