Html Css Color HEX #257996 Astral

📋 copy color: '#257996'

red 37 ◦ green 121 ◦ blue 150

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

Shades of Astral #257996

Tints of Astral #257996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 12.01%
G = 39.29%
B = 48.7%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257996 (or 0x257996) is known color: Astral. HEX triplet: 25, 79 and 96. RGB value is (37,121,150). Sum of RGB (Red+Green+Blue) = 37+121+150=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #257996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257996 is #DA8669. Grayscale: #626262. Windows color (decimal): -14321258 or 9861413. OLE color: 9861413.

HSL color Cylindrical-coordinate representation of color #257996: hue angle of 195.4º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257996 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 121 150 -
CMYK 0.75 0.19 0 0.41
HSL 195.4º 0.6% 0.37% -
HSV(B) 195.4º 0.75% 0.59% -
XYZ 13.11 16.27 31.3 -
YUV 99.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 37 121 150 0.75 0.19 0 0.41 195.4 0.6 0.37
Hex 25 79 96 4B 13 0 29 C3 3C 25
Octal 45 171 226 113 23 0 51 303 74 45
Binary 100101 1111001 10010110 1001011 10011 0 101001 11000011 111100 100101

Color Harmonies of #257996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257996

Black with #257996

Text Example


Text Example

White with #257996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257996; }

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

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

background-color css

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

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

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

border-color css

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

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

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