Html Css Color HEX #28758C Astral

📋 copy color: '#28758C'

red 40 ◦ green 117 ◦ blue 140

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

Shades of Astral #28758C

Tints of Astral #28758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 13.47%
G = 39.39%
B = 47.14%

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

#28758C (or 0x28758C) is known color: Astral. HEX triplet: 28, 75 and 8C. RGB value is (40,117,140). Sum of RGB (Red+Green+Blue) = 40+117+140=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #28758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28758C is #D78A73. Grayscale: #606060. Windows color (decimal): -14125684 or 9205032. OLE color: 9205032.

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

Color convert

RGB 40 117 140 -
CMYK 0.71 0.16 0 0.45
HSL 193.8º 0.56% 0.35% -
HSV(B) 193.8º 0.71% 0.55% -
XYZ 11.97 15.07 27.09 -
YUV 96.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 40 117 140 0.71 0.16 0 0.45 193.8 0.56 0.35
Hex 28 75 8C 47 10 0 2D C2 38 23
Octal 50 165 214 107 20 0 55 302 70 43
Binary 101000 1110101 10001100 1000111 10000 0 101101 11000010 111000 100011

Color Harmonies of #28758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28758C

Black with #28758C

Text Example


Text Example

White with #28758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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