Html Css Color HEX #257191 Astral

📋 copy color: '#257191'

red 37 ◦ green 113 ◦ blue 145

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

Shades of Astral #257191

Tints of Astral #257191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 12.54%
G = 38.31%
B = 49.15%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257191 (or 0x257191) is known color: Astral. HEX triplet: 25, 71 and 91. RGB value is (37,113,145). Sum of RGB (Red+Green+Blue) = 37+113+145=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #257191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257191 is #DA8E6E. Grayscale: #5D5D5D. Windows color (decimal): -14323311 or 9531685. OLE color: 9531685.

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

Color convert

RGB 37 113 145 -
CMYK 0.74 0.22 0 0.43
HSL 197.78º 0.59% 0.36% -
HSV(B) 197.78º 0.74% 0.57% -
XYZ 11.78 14.25 28.92 -
YUV 93.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 37 113 145 0.74 0.22 0 0.43 197.78 0.59 0.36
Hex 25 71 91 4A 16 0 2B C6 3B 24
Octal 45 161 221 112 26 0 53 306 73 44
Binary 100101 1110001 10010001 1001010 10110 0 101011 11000110 111011 100100

Color Harmonies of #257191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257191

Black with #257191

Text Example


Text Example

White with #257191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257191; }

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

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

background-color css

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

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

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

border-color css

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

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

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