Html Css Color HEX #286990 Astral

📋 copy color: '#286990'

red 40 ◦ green 105 ◦ blue 144

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

Shades of Astral #286990

Tints of Astral #286990

RGB

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

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

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

R = 13.84%
G = 36.33%
B = 49.83%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286990 (or 0x286990) is known color: Astral. HEX triplet: 28, 69 and 90. RGB value is (40,105,144). Sum of RGB (Red+Green+Blue) = 40+105+144=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #286990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286990 is #D7966F. Grayscale: #595959. Windows color (decimal): -14128752 or 9464104. OLE color: 9464104.

HSL color Cylindrical-coordinate representation of color #286990: hue angle of 202.5º 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 #286990 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 105 144 -
CMYK 0.72 0.27 0 0.44
HSL 202.5º 0.57% 0.36% -
HSV(B) 202.5º 0.72% 0.56% -
XYZ 10.96 12.57 28.23 -
YUV 90.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 40 105 144 0.72 0.27 0 0.44 202.5 0.57 0.36
Hex 28 69 90 48 1B 0 2C CA 39 24
Octal 50 151 220 110 33 0 54 312 71 44
Binary 101000 1101001 10010000 1001000 11011 0 101100 11001010 111001 100100

Color Harmonies of #286990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286990

Black with #286990

Text Example


Text Example

White with #286990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286990; }

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

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

background-color css

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

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

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

border-color css

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

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

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