#286B8B

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

Shades of Astral #286B8B

Tints of Astral #286B8B

Color information

#286B8B (or 0x286B8B) is unknown color: approx Astral. HEX triplet: 28, 6B and 8B. RGB value is (40,107,139). Sum of RGB (Red+Green+Blue) = 40+107+139=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #286B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B8B is #D79474. Grayscale: #5A5A5A. Windows color (decimal): -14128245 or 9136936. OLE color: 9136936.

HSL color Cylindrical-coordinate representation of color #286B8B: hue angle of 199.39º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286B8B is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40107139-
CMYK0.710.2300.45
HSL199.39º55.31%35.1%-
HSV(B)199.39º71.22%54.51%-
XYZ10.7912.8326.33-
YUV90.62155.391.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=13.99%
G=37.41%
B=48.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401071390.710.2300.45199.3955.3135.1
Hex286B8B471702Dc73723
Octal50153213107270553076743
Binary101000110101110001011100011110111010110111000111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,107,139); }

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

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

 a { background-color: rgb(40,107,139); }

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

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

 span { border-color: rgb(40,107,139); }

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