Html Css Color HEX #25738E Astral

📋 copy color: '#25738E'

red 37 ◦ green 115 ◦ blue 142

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

Shades of Astral #25738E

Tints of Astral #25738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 12.59%
G = 39.12%
B = 48.3%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25738E (or 0x25738E) is known color: Astral. HEX triplet: 25, 73 and 8E. RGB value is (37,115,142). Sum of RGB (Red+Green+Blue) = 37+115+142=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #25738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738E is #DA8C71. Grayscale: #5E5E5E. Windows color (decimal): -14322802 or 9335589. OLE color: 9335589.

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

Color convert

RGB 37 115 142 -
CMYK 0.74 0.19 0 0.44
HSL 195.43º 0.59% 0.35% -
HSV(B) 195.43º 0.74% 0.56% -
XYZ 11.78 14.61 27.79 -
YUV 94.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 37 115 142 0.74 0.19 0 0.44 195.43 0.59 0.35
Hex 25 73 8E 4A 13 0 2C C3 3B 23
Octal 45 163 216 112 23 0 54 303 73 43
Binary 100101 1110011 10001110 1001010 10011 0 101100 11000011 111011 100011

Color Harmonies of #25738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25738E

Black with #25738E

Text Example


Text Example

White with #25738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25738E; }

 p { color: rgb(37,115,142); }

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

background-color css

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

 a { background-color: rgb(37,115,142); }

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

border-color css

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

 span { border-color: rgb(37,115,142); }

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