Html Css Color HEX #286E89 Astral

📋 copy color: '#286E89'

red 40 ◦ green 110 ◦ blue 137

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

Shades of Astral #286E89

Tints of Astral #286E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.33%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 13.94%
G = 38.33%
B = 47.74%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#286E89 (or 0x286E89) is known color: Astral. HEX triplet: 28, 6E and 89. RGB value is (40,110,137). Sum of RGB (Red+Green+Blue) = 40+110+137=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #286E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E89 is #D79176. Grayscale: #5B5B5B. Windows color (decimal): -14127479 or 9006632. OLE color: 9006632.

HSL color Cylindrical-coordinate representation of color #286E89: hue angle of 196.7º 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 #286E89 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 110 137 -
CMYK 0.71 0.20 0 0.46
HSL 196.7º 0.55% 0.35% -
HSV(B) 196.7º 0.71% 0.54% -
XYZ 10.97 13.41 25.68 -
YUV 92.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 40 110 137 0.71 0.20 0 0.46 196.7 0.55 0.35
Hex 28 6E 89 47 14 0 2E C5 37 23
Octal 50 156 211 107 24 0 56 305 67 43
Binary 101000 1101110 10001001 1000111 10100 0 101110 11000101 110111 100011

Color Harmonies of #286E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E89

Black with #286E89

Text Example


Text Example

White with #286E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286E89; }

 p { color: rgb(40,110,137); }

 H1.HeaderClassName
 {
   color: #286E89;
 }
 .AnyTagClassName
 {
   color: #286E89;
 }
</style>

background-color css

<style>
 a { background-color: #286E89; }

 a { background-color: rgb(40,110,137); }

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

border-color css

<style>
 span { border-color: #286E89; }

 span { border-color: rgb(40,110,137); }

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