Html Css Color HEX #28768C Astral

📋 copy color: '#28768C'

red 40 ◦ green 118 ◦ blue 140

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

Shades of Astral #28768C

Tints of Astral #28768C

RGB

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

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

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

R = 13.42%
G = 39.6%
B = 46.98%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28768C (or 0x28768C) is known color: Astral. HEX triplet: 28, 76 and 8C. RGB value is (40,118,140). Sum of RGB (Red+Green+Blue) = 40+118+140=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #28768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28768C is #D78973. Grayscale: #616161. Windows color (decimal): -14125428 or 9205288. OLE color: 9205288.

HSL color Cylindrical-coordinate representation of color #28768C: hue angle of 193.2º 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 #28768C is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 118 140 -
CMYK 0.71 0.16 0 0.45
HSL 193.2º 0.56% 0.35% -
HSV(B) 193.2º 0.71% 0.55% -
XYZ 12.09 15.3 27.13 -
YUV 97.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 40 118 140 0.71 0.16 0 0.45 193.2 0.56 0.35
Hex 28 76 8C 47 10 0 2D C1 38 23
Octal 50 166 214 107 20 0 55 301 70 43
Binary 101000 1110110 10001100 1000111 10000 0 101101 11000001 111000 100011

Color Harmonies of #28768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28768C

Black with #28768C

Text Example


Text Example

White with #28768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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