#28617C

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

Shades of Orient #28617C

Tints of Orient #28617C

Color information

#28617C (or 0x28617C) is unknown color: approx Orient. HEX triplet: 28, 61 and 7C. RGB value is (40,97,124). Sum of RGB (Red+Green+Blue) = 40+97+124=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #28617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28617C is #D79E83. Grayscale: #525252. Windows color (decimal): -14130820 or 8151336. OLE color: 8151336.

HSL color Cylindrical-coordinate representation of color #28617C: hue angle of 199.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28617C is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4097124-
CMYK0.680.2200.51
HSL199.29º51.22%32.16%-
HSV(B)199.29º67.74%48.63%-
XYZ8.7910.4620.62-
YUV83.04151.1297.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.33%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=15.33%
G=37.16%
B=47.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40971240.680.2200.51199.2951.2232.16
Hex28617C4416033c73320
Octal50141174104260633076340
Binary10100011000011111100100010010110011001111000111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28617C; }

 p { color: rgb(40,97,124); }

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

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

 a { background-color: rgb(40,97,124); }

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

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

 span { border-color: rgb(40,97,124); }

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