Html Css Color HEX #25738D Astral

📋 copy color: '#25738D'

red 37 ◦ green 115 ◦ blue 141

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

Shades of Astral #25738D

Tints of Astral #25738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 12.63%
G = 39.25%
B = 48.12%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25738D (or 0x25738D) is known color: Astral. HEX triplet: 25, 73 and 8D. RGB value is (37,115,141). Sum of RGB (Red+Green+Blue) = 37+115+141=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #25738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738D is #DA8C72. Grayscale: #5E5E5E. Windows color (decimal): -14322803 or 9270053. OLE color: 9270053.

HSL color Cylindrical-coordinate representation of color #25738D: hue angle of 195º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25738D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 115 141 -
CMYK 0.74 0.18 0 0.45
HSL 195º 0.58% 0.35% -
HSV(B) 195º 0.74% 0.55% -
XYZ 11.7 14.58 27.4 -
YUV 94.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 37 115 141 0.74 0.18 0 0.45 195 0.58 0.35
Hex 25 73 8D 4A 12 0 2D C3 3A 23
Octal 45 163 215 112 22 0 55 303 72 43
Binary 100101 1110011 10001101 1001010 10010 0 101101 11000011 111010 100011

Color Harmonies of #25738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25738D

Black with #25738D

Text Example


Text Example

White with #25738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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