Html Css Color HEX #257592 Astral

📋 copy color: '#257592'

red 37 ◦ green 117 ◦ blue 146

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

Shades of Astral #257592

Tints of Astral #257592

RGB

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

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

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

R = 12.33%
G = 39%
B = 48.67%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257592 (or 0x257592) is known color: Astral. HEX triplet: 25, 75 and 92. RGB value is (37,117,146). Sum of RGB (Red+Green+Blue) = 37+117+146=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #257592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257592 is #DA8A6D. Grayscale: #606060. Windows color (decimal): -14322286 or 9598245. OLE color: 9598245.

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

Color convert

RGB 37 117 146 -
CMYK 0.75 0.20 0 0.43
HSL 195.96º 0.6% 0.36% -
HSV(B) 195.96º 0.75% 0.57% -
XYZ 12.31 15.19 29.48 -
YUV 96.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 37 117 146 0.75 0.20 0 0.43 195.96 0.6 0.36
Hex 25 75 92 4B 14 0 2B C4 3C 24
Octal 45 165 222 113 24 0 53 304 74 44
Binary 100101 1110101 10010010 1001011 10100 0 101011 11000100 111100 100100

Color Harmonies of #257592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257592

Black with #257592

Text Example


Text Example

White with #257592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257592; }

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

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

background-color css

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

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

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

border-color css

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

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

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