Html Css Color HEX #28708C Astral

📋 copy color: '#28708C'

red 40 ◦ green 112 ◦ blue 140

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

Shades of Astral #28708C

Tints of Astral #28708C

RGB

 RED value IS 40 (16.02% from 255) = 13.7%

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 13.7%
G = 38.36%
B = 47.95%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28708C (or 0x28708C) is known color: Astral. HEX triplet: 28, 70 and 8C. RGB value is (40,112,140). Sum of RGB (Red+Green+Blue) = 40+112+140=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #28708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708C is #D78F73. Grayscale: #5D5D5D. Windows color (decimal): -14126964 or 9203752. OLE color: 9203752.

HSL color Cylindrical-coordinate representation of color #28708C: hue angle of 196.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28708C is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 112 140 -
CMYK 0.71 0.20 0 0.45
HSL 196.8º 0.56% 0.35% -
HSV(B) 196.8º 0.71% 0.55% -
XYZ 11.4 13.93 26.9 -
YUV 93.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 40 112 140 0.71 0.20 0 0.45 196.8 0.56 0.35
Hex 28 70 8C 47 14 0 2D C5 38 23
Octal 50 160 214 107 24 0 55 305 70 43
Binary 101000 1110000 10001100 1000111 10100 0 101101 11000101 111000 100011

Color Harmonies of #28708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28708C

Black with #28708C

Text Example


Text Example

White with #28708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28708C; }

 p { color: rgb(40,112,140); }

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

background-color css

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

 a { background-color: rgb(40,112,140); }

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

border-color css

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

 span { border-color: rgb(40,112,140); }

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