Html Css Color HEX #25798F Astral

📋 copy color: '#25798F'

red 37 ◦ green 121 ◦ blue 143

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

Shades of Astral #25798F

Tints of Astral #25798F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.51%

R = 12.29%
G = 40.2%
B = 47.51%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25798F (or 0x25798F) is known color: Astral. HEX triplet: 25, 79 and 8F. RGB value is (37,121,143). Sum of RGB (Red+Green+Blue) = 37+121+143=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #25798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25798F is #DA8670. Grayscale: #626262. Windows color (decimal): -14321265 or 9402661. OLE color: 9402661.

HSL color Cylindrical-coordinate representation of color #25798F: hue angle of 192.45º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25798F is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 121 143 -
CMYK 0.74 0.15 0 0.44
HSL 192.45º 0.59% 0.35% -
HSV(B) 192.45º 0.74% 0.56% -
XYZ 12.56 16.05 28.42 -
YUV 98.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 37 121 143 0.74 0.15 0 0.44 192.45 0.59 0.35
Hex 25 79 8F 4A F 0 2C C0 3B 23
Octal 45 171 217 112 17 0 54 300 73 43
Binary 100101 1111001 10001111 1001010 1111 0 101100 11000000 111011 100011

Color Harmonies of #25798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25798F

Black with #25798F

Text Example


Text Example

White with #25798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25798F; }

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

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

background-color css

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

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

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

border-color css

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

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

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