Html Css Color HEX #28698E Astral

📋 copy color: '#28698E'

red 40 ◦ green 105 ◦ blue 142

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

Shades of Astral #28698E

Tints of Astral #28698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 13.94%
G = 36.59%
B = 49.48%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28698E (or 0x28698E) is known color: Astral. HEX triplet: 28, 69 and 8E. RGB value is (40,105,142). Sum of RGB (Red+Green+Blue) = 40+105+142=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #28698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28698E is #D79671. Grayscale: #595959. Windows color (decimal): -14128754 or 9333032. OLE color: 9333032.

HSL color Cylindrical-coordinate representation of color #28698E: hue angle of 201.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28698E is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 105 142 -
CMYK 0.72 0.26 0 0.44
HSL 201.76º 0.56% 0.36% -
HSV(B) 201.76º 0.72% 0.56% -
XYZ 10.81 12.51 27.44 -
YUV 89.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 40 105 142 0.72 0.26 0 0.44 201.76 0.56 0.36
Hex 28 69 8E 48 1A 0 2C CA 38 24
Octal 50 151 216 110 32 0 54 312 70 44
Binary 101000 1101001 10001110 1001000 11010 0 101100 11001010 111000 100100

Color Harmonies of #28698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28698E

Black with #28698E

Text Example


Text Example

White with #28698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28698E; }

 p { color: rgb(40,105,142); }

 H1.HeaderClassName
 {
   color: #28698E;
 }
 .AnyTagClassName
 {
   color: #28698E;
 }
</style>

background-color css

<style>
 a { background-color: #28698E; }

 a { background-color: rgb(40,105,142); }

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

border-color css

<style>
 span { border-color: #28698E; }

 span { border-color: rgb(40,105,142); }

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