Html Css Color HEX #286E91 Astral

📋 copy color: '#286E91'

red 40 ◦ green 110 ◦ blue 145

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

Shades of Astral #286E91

Tints of Astral #286E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 13.56%
G = 37.29%
B = 49.15%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286E91 (or 0x286E91) is known color: Astral. HEX triplet: 28, 6E and 91. RGB value is (40,110,145). Sum of RGB (Red+Green+Blue) = 40+110+145=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #286E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E91 is #D7916E. Grayscale: #5C5C5C. Windows color (decimal): -14127471 or 9530920. OLE color: 9530920.

HSL color Cylindrical-coordinate representation of color #286E91: hue angle of 200º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286E91 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 110 145 -
CMYK 0.72 0.24 0 0.43
HSL 200º 0.57% 0.36% -
HSV(B) 200º 0.72% 0.57% -
XYZ 11.56 13.65 28.81 -
YUV 93.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 40 110 145 0.72 0.24 0 0.43 200 0.57 0.36
Hex 28 6E 91 48 18 0 2B C8 39 24
Octal 50 156 221 110 30 0 53 310 71 44
Binary 101000 1101110 10010001 1001000 11000 0 101011 11001000 111001 100100

Color Harmonies of #286E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E91

Black with #286E91

Text Example


Text Example

White with #286E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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