#286E92

Color #286E92 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #286E92

Tints of Astral #286E92

Color information

#286E92 (or 0x286E92) is unknown color: approx Astral. HEX triplet: 28, 6E and 92. RGB value is (40,110,146). Sum of RGB (Red+Green+Blue) = 40+110+146=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #286E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E92 is #D7916D. Grayscale: #5C5C5C. Windows color (decimal): -14127470 or 9596456. OLE color: 9596456.

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

Color convert

RGB40110146-
CMYK0.730.2500.43
HSL200.38º56.99%36.47%-
HSV(B)200.38º72.6%57.25%-
XYZ11.6413.6829.22-
YUV93.17157.8190.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=13.51%
G=37.16%
B=49.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401101460.730.2500.43200.3856.9936.47
Hex286E92491902Bc83924
Octal50156222111310533107144
Binary101000110111010010010100100111001010101111001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #286E92;
 }
 .AnyTagClassName
 {
   color: #286E92;
 }
</style>
background-color css

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

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

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

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

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

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