#286C92

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

Shades of Astral #286C92

Tints of Astral #286C92

Color information

#286C92 (or 0x286C92) is unknown color: approx Astral. HEX triplet: 28, 6C and 92. RGB value is (40,108,146). Sum of RGB (Red+Green+Blue) = 40+108+146=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #286C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C92 is #D7936D. Grayscale: #5B5B5B. Windows color (decimal): -14127982 or 9595944. OLE color: 9595944.

HSL color Cylindrical-coordinate representation of color #286C92: hue angle of 201.51º 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 #286C92 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB40108146-
CMYK0.730.2600.43
HSL201.51º56.99%36.47%-
HSV(B)201.51º72.6%57.25%-
XYZ11.4313.2529.15-
YUV92158.4790.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=13.61%
G=36.73%
B=49.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401081460.730.2600.43201.5156.9936.47
Hex286C92491A02Bca3924
Octal50154222111320533127144
Binary101000110110010010010100100111010010101111001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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