#28627C

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

Shades of Orient #28627C

Tints of Orient #28627C

Color information

#28627C (or 0x28627C) is unknown color: approx Orient. HEX triplet: 28, 62 and 7C. RGB value is (40,98,124). Sum of RGB (Red+Green+Blue) = 40+98+124=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #28627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28627C is #D79D83. Grayscale: #535353. Windows color (decimal): -14130564 or 8151592. OLE color: 8151592.

HSL color Cylindrical-coordinate representation of color #28627C: hue angle of 198.57º 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 #28627C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4098124-
CMYK0.680.2100.51
HSL198.57º51.22%32.16%-
HSV(B)198.57º67.74%48.63%-
XYZ8.8810.6420.65-
YUV83.62150.7896.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=15.27%
G=37.40%
B=47.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40981240.680.2100.51198.5751.2232.16
Hex28627C4415033c73320
Octal50142174104250633076340
Binary10100011000101111100100010010101011001111000111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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