#286277

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

Shades of Orient #286277

Tints of Orient #286277

Color information

#286277 (or 0x286277) is unknown color: approx Orient. HEX triplet: 28, 62 and 77. RGB value is (40,98,119). Sum of RGB (Red+Green+Blue) = 40+98+119=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #286277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286277 is #D79D88. Grayscale: #525252. Windows color (decimal): -14130569 or 7823912. OLE color: 7823912.

HSL color Cylindrical-coordinate representation of color #286277: hue angle of 195.95º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286277 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4098119-
CMYK0.660.1800.53
HSL195.95º49.69%31.18%-
HSV(B)195.95º66.39%46.67%-
XYZ8.5710.5219.03-
YUV83.05148.2897.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=15.56%
G=38.13%
B=46.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40981190.660.1800.53195.9549.6931.18
Hex2862774212035c4321f
Octal50142167102220653046237
Binary1010001100010111011110000101001001101011100010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286277; }

 p { color: rgb(40,98,119); }

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

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

 a { background-color: rgb(40,98,119); }

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

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

 span { border-color: rgb(40,98,119); }

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