#286F8B

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

Shades of Astral #286F8B

Tints of Astral #286F8B

Color information

#286F8B (or 0x286F8B) is unknown color: approx Astral. HEX triplet: 28, 6F and 8B. RGB value is (40,111,139). Sum of RGB (Red+Green+Blue) = 40+111+139=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #286F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F8B is #D79074. Grayscale: #5C5C5C. Windows color (decimal): -14127221 or 9137960. OLE color: 9137960.

HSL color Cylindrical-coordinate representation of color #286F8B: hue angle of 196.97º 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 #286F8B is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40111139-
CMYK0.710.2000.45
HSL196.97º55.31%35.1%-
HSV(B)196.97º71.22%54.51%-
XYZ11.2213.6826.48-
YUV92.96153.9890.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=13.79%
G=38.28%
B=47.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401111390.710.2000.45196.9755.3135.1
Hex286F8B471402Dc53723
Octal50157213107240553056743
Binary101000110111110001011100011110100010110111000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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