Html Css Color HEX #257995 Astral

📋 copy color: '#257995'

red 37 ◦ green 121 ◦ blue 149

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

Shades of Astral #257995

Tints of Astral #257995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 12.05%
G = 39.41%
B = 48.53%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257995 (or 0x257995) is known color: Astral. HEX triplet: 25, 79 and 95. RGB value is (37,121,149). Sum of RGB (Red+Green+Blue) = 37+121+149=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #257995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257995 is #DA866A. Grayscale: #626262. Windows color (decimal): -14321259 or 9795877. OLE color: 9795877.

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

Color convert

RGB 37 121 149 -
CMYK 0.75 0.19 0 0.42
HSL 195º 0.6% 0.36% -
HSV(B) 195º 0.75% 0.58% -
XYZ 13.03 16.24 30.88 -
YUV 99.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 37 121 149 0.75 0.19 0 0.42 195 0.6 0.36
Hex 25 79 95 4B 13 0 2A C3 3C 24
Octal 45 171 225 113 23 0 52 303 74 44
Binary 100101 1111001 10010101 1001011 10011 0 101010 11000011 111100 100100

Color Harmonies of #257995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257995

Black with #257995

Text Example


Text Example

White with #257995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257995; }

 p { color: rgb(37,121,149); }

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

background-color css

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

 a { background-color: rgb(37,121,149); }

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

border-color css

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

 span { border-color: rgb(37,121,149); }

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