Html Css Color HEX #257591 Astral

📋 copy color: '#257591'

red 37 ◦ green 117 ◦ blue 145

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

Shades of Astral #257591

Tints of Astral #257591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 12.37%
G = 39.13%
B = 48.49%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257591 (or 0x257591) is known color: Astral. HEX triplet: 25, 75 and 91. RGB value is (37,117,145). Sum of RGB (Red+Green+Blue) = 37+117+145=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #257591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257591 is #DA8A6E. Grayscale: #606060. Windows color (decimal): -14322287 or 9532709. OLE color: 9532709.

HSL color Cylindrical-coordinate representation of color #257591: hue angle of 195.56º 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 #257591 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 117 145 -
CMYK 0.74 0.19 0 0.43
HSL 195.56º 0.59% 0.36% -
HSV(B) 195.56º 0.74% 0.57% -
XYZ 12.24 15.16 29.07 -
YUV 96.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 37 117 145 0.74 0.19 0 0.43 195.56 0.59 0.36
Hex 25 75 91 4A 13 0 2B C4 3B 24
Octal 45 165 221 112 23 0 53 304 73 44
Binary 100101 1110101 10010001 1001010 10011 0 101011 11000100 111011 100100

Color Harmonies of #257591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257591

Black with #257591

Text Example


Text Example

White with #257591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257591; }

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

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

background-color css

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

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

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

border-color css

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

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

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