#286273

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

Shades of Orient #286273

Tints of Orient #286273

Color information

#286273 (or 0x286273) is unknown color: approx Orient. HEX triplet: 28, 62 and 73. RGB value is (40,98,115). Sum of RGB (Red+Green+Blue) = 40+98+115=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #286273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286273 is #D79D8C. Grayscale: #525252. Windows color (decimal): -14130573 or 7561768. OLE color: 7561768.

HSL color Cylindrical-coordinate representation of color #286273: hue angle of 193.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286273 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4098115-
CMYK0.650.1500.55
HSL193.6º48.39%30.39%-
HSV(B)193.6º65.22%45.1%-
XYZ8.3410.4217.79-
YUV82.6146.2897.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=15.81%
G=38.74%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40981150.650.1500.55193.648.3930.39
Hex28627341F037c2301e
Octal50142163101170673026036
Binary101000110001011100111000001111101101111100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286273; }

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

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

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

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

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

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

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

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