#28617E

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

Shades of Orient #28617E

Tints of Orient #28617E

Color information

#28617E (or 0x28617E) is unknown color: approx Orient. HEX triplet: 28, 61 and 7E. RGB value is (40,97,126). Sum of RGB (Red+Green+Blue) = 40+97+126=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #28617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28617E is #D79E81. Grayscale: #535353. Windows color (decimal): -14130818 or 8282408. OLE color: 8282408.

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

Color convert

RGB4097126-
CMYK0.680.2300.51
HSL200.23º51.81%32.55%-
HSV(B)200.23º68.25%49.41%-
XYZ8.9210.5121.3-
YUV83.26152.1297.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=15.21%
G=36.88%
B=47.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40971260.680.2300.51200.2351.8132.55
Hex28617E4417033c83421
Octal50141176104270633106441
Binary10100011000011111110100010010111011001111001000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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