Html Css Color HEX #28738D Astral

📋 copy color: '#28738D'

red 40 ◦ green 115 ◦ blue 141

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

Shades of Astral #28738D

Tints of Astral #28738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 13.51%
G = 38.85%
B = 47.64%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28738D (or 0x28738D) is known color: Astral. HEX triplet: 28, 73 and 8D. RGB value is (40,115,141). Sum of RGB (Red+Green+Blue) = 40+115+141=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #28738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28738D is #D78C72. Grayscale: #5F5F5F. Windows color (decimal): -14126195 or 9270056. OLE color: 9270056.

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

Color convert

RGB 40 115 141 -
CMYK 0.72 0.18 0 0.45
HSL 195.45º 0.56% 0.35% -
HSV(B) 195.45º 0.72% 0.55% -
XYZ 11.81 14.64 27.4 -
YUV 95.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 40 115 141 0.72 0.18 0 0.45 195.45 0.56 0.35
Hex 28 73 8D 48 12 0 2D C3 38 23
Octal 50 163 215 110 22 0 55 303 70 43
Binary 101000 1110011 10001101 1001000 10010 0 101101 11000011 111000 100011

Color Harmonies of #28738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28738D

Black with #28738D

Text Example


Text Example

White with #28738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28738D; }

 p { color: rgb(40,115,141); }

 H1.HeaderClassName
 {
   color: #28738D;
 }
 .AnyTagClassName
 {
   color: #28738D;
 }
</style>

background-color css

<style>
 a { background-color: #28738D; }

 a { background-color: rgb(40,115,141); }

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

border-color css

<style>
 span { border-color: #28738D; }

 span { border-color: rgb(40,115,141); }

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