#28637f

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

Shades of Orient #28637F

Tints of Orient #28637F

Color information

#28637F (or 0x28637F) is unknown color: approx Orient. HEX triplet: 28, 63 and 7F. RGB value is (40,99,127). Sum of RGB (Red+Green+Blue) = 40+99+127=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #28637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28637F is #D79C80. Grayscale: #545454. Windows color (decimal): -14130305 or 8348456. OLE color: 8348456.

HSL color Cylindrical-coordinate representation of color #28637F: hue angle of 199.31º 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 #28637F is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4099127-
CMYK0.690.2200.50
HSL199.31º52.1%32.75%-
HSV(B)199.31º68.5%49.8%-
XYZ9.1710.9121.7-
YUV84.55151.9596.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 127 (50% from 255) = 47.74%
R=15.04%
G=37.22%
B=47.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40991270.690.2200.50199.3152.132.75
Hex28637F4516032c73421
Octal50143177105260623076441
Binary10100011000111111111100010110110011001011000111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28637f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28637f; }

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

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

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

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

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

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

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

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