Html Css Color HEX #28768A Astral

📋 copy color: '#28768A'

red 40 ◦ green 118 ◦ blue 138

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

Shades of Astral #28768A

Tints of Astral #28768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 13.51%
G = 39.86%
B = 46.62%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28768A (or 0x28768A) is known color: Astral. HEX triplet: 28, 76 and 8A. RGB value is (40,118,138). Sum of RGB (Red+Green+Blue) = 40+118+138=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #28768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28768A is #D78975. Grayscale: #606060. Windows color (decimal): -14125430 or 9074216. OLE color: 9074216.

HSL color Cylindrical-coordinate representation of color #28768A: hue angle of 192.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28768A is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 118 138 -
CMYK 0.71 0.14 0 0.46
HSL 192.24º 0.55% 0.35% -
HSV(B) 192.24º 0.71% 0.54% -
XYZ 11.94 15.24 26.36 -
YUV 96.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 40 118 138 0.71 0.14 0 0.46 192.24 0.55 0.35
Hex 28 76 8A 47 E 0 2E C0 37 23
Octal 50 166 212 107 16 0 56 300 67 43
Binary 101000 1110110 10001010 1000111 1110 0 101110 11000000 110111 100011

Color Harmonies of #28768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28768A

Black with #28768A

Text Example


Text Example

White with #28768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28768A; }

 p { color: rgb(40,118,138); }

 H1.HeaderClassName
 {
   color: #28768A;
 }
 .AnyTagClassName
 {
   color: #28768A;
 }
</style>

background-color css

<style>
 a { background-color: #28768A; }

 a { background-color: rgb(40,118,138); }

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

border-color css

<style>
 span { border-color: #28768A; }

 span { border-color: rgb(40,118,138); }

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