Html Css Color HEX #25718F Astral

📋 copy color: '#25718F'

red 37 ◦ green 113 ◦ blue 143

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

Shades of Astral #25718F

Tints of Astral #25718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.57%

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

R = 12.63%
G = 38.57%
B = 48.81%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25718F (or 0x25718F) is known color: Astral. HEX triplet: 25, 71 and 8F. RGB value is (37,113,143). Sum of RGB (Red+Green+Blue) = 37+113+143=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #25718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25718F is #DA8E70. Grayscale: #5D5D5D. Windows color (decimal): -14323313 or 9400613. OLE color: 9400613.

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

Color convert

RGB 37 113 143 -
CMYK 0.74 0.21 0 0.44
HSL 196.98º 0.59% 0.35% -
HSV(B) 196.98º 0.74% 0.56% -
XYZ 11.63 14.19 28.11 -
YUV 93.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 37 113 143 0.74 0.21 0 0.44 196.98 0.59 0.35
Hex 25 71 8F 4A 15 0 2C C5 3B 23
Octal 45 161 217 112 25 0 54 305 73 43
Binary 100101 1110001 10001111 1001010 10101 0 101100 11000101 111011 100011

Color Harmonies of #25718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25718F

Black with #25718F

Text Example


Text Example

White with #25718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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