Html Css Color HEX #286E90 Astral

📋 copy color: '#286E90'

red 40 ◦ green 110 ◦ blue 144

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

Shades of Astral #286E90

Tints of Astral #286E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 13.61%
G = 37.41%
B = 48.98%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286E90 (or 0x286E90) is known color: Astral. HEX triplet: 28, 6E and 90. RGB value is (40,110,144). Sum of RGB (Red+Green+Blue) = 40+110+144=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #286E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E90 is #D7916F. Grayscale: #5C5C5C. Windows color (decimal): -14127472 or 9465384. OLE color: 9465384.

HSL color Cylindrical-coordinate representation of color #286E90: hue angle of 199.62º degrees, saturation: 0.57, 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 #286E90 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 110 144 -
CMYK 0.72 0.24 0 0.44
HSL 199.62º 0.57% 0.36% -
HSV(B) 199.62º 0.72% 0.56% -
XYZ 11.49 13.62 28.41 -
YUV 92.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 40 110 144 0.72 0.24 0 0.44 199.62 0.57 0.36
Hex 28 6E 90 48 18 0 2C C8 39 24
Octal 50 156 220 110 30 0 54 310 71 44
Binary 101000 1101110 10010000 1001000 11000 0 101100 11001000 111001 100100

Color Harmonies of #286E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E90

Black with #286E90

Text Example


Text Example

White with #286E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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