Html Css Color HEX #257493 Astral

📋 copy color: '#257493'

red 37 ◦ green 116 ◦ blue 147

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

Shades of Astral #257493

Tints of Astral #257493

RGB

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

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

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

R = 12.33%
G = 38.67%
B = 49%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257493 (or 0x257493) is known color: Astral. HEX triplet: 25, 74 and 93. RGB value is (37,116,147). Sum of RGB (Red+Green+Blue) = 37+116+147=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #257493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257493 is #DA8B6C. Grayscale: #5F5F5F. Windows color (decimal): -14322541 or 9663525. OLE color: 9663525.

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

Color convert

RGB 37 116 147 -
CMYK 0.75 0.21 0 0.42
HSL 196.91º 0.6% 0.36% -
HSV(B) 196.91º 0.75% 0.58% -
XYZ 12.27 14.99 29.85 -
YUV 95.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 37 116 147 0.75 0.21 0 0.42 196.91 0.6 0.36
Hex 25 74 93 4B 15 0 2A C5 3C 24
Octal 45 164 223 113 25 0 52 305 74 44
Binary 100101 1110100 10010011 1001011 10101 0 101010 11000101 111100 100100

Color Harmonies of #257493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257493

Black with #257493

Text Example


Text Example

White with #257493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257493; }

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

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

background-color css

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

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

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

border-color css

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

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

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