#28617F

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

Shades of Orient #28617F

Tints of Orient #28617F

Color information

#28617F (or 0x28617F) is unknown color: approx Orient. HEX triplet: 28, 61 and 7F. RGB value is (40,97,127). Sum of RGB (Red+Green+Blue) = 40+97+127=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #28617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28617F is #D79E80. Grayscale: #535353. Windows color (decimal): -14130817 or 8347944. OLE color: 8347944.

HSL color Cylindrical-coordinate representation of color #28617F: hue angle of 200.69º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28617F is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4097127-
CMYK0.690.2400.50
HSL200.69º52.1%32.75%-
HSV(B)200.69º68.5%49.8%-
XYZ8.9810.5321.64-
YUV83.38152.6297.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 127 (50% from 255) = 48.11%
R=15.15%
G=36.74%
B=48.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40971270.690.2400.50200.6952.132.75
Hex28617F4518032c93421
Octal50141177105300623116441
Binary10100011000011111111100010111000011001011001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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