#286F92

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

Shades of Astral #286F92

Tints of Astral #286F92

Color information

#286F92 (or 0x286F92) is unknown color: approx Astral. HEX triplet: 28, 6F and 92. RGB value is (40,111,146). Sum of RGB (Red+Green+Blue) = 40+111+146=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #286F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F92 is #D7906D. Grayscale: #5D5D5D. Windows color (decimal): -14127214 or 9596712. OLE color: 9596712.

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

Color convert

RGB40111146-
CMYK0.730.2400.43
HSL199.81º56.99%36.47%-
HSV(B)199.81º72.6%57.25%-
XYZ11.7513.929.26-
YUV93.76157.4889.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=13.47%
G=37.37%
B=49.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401111460.730.2400.43199.8156.9936.47
Hex286F92491802Bc83924
Octal50157222111300533107144
Binary101000110111110010010100100111000010101111001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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