#28617A

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

Shades of Orient #28617A

Tints of Orient #28617A

Color information

#28617A (or 0x28617A) is unknown color: approx Orient. HEX triplet: 28, 61 and 7A. RGB value is (40,97,122). Sum of RGB (Red+Green+Blue) = 40+97+122=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #28617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28617A is #D79E85. Grayscale: #525252. Windows color (decimal): -14130822 or 8020264. OLE color: 8020264.

HSL color Cylindrical-coordinate representation of color #28617A: hue angle of 198.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28617A is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4097122-
CMYK0.670.2000.52
HSL198.29º50.62%31.76%-
HSV(B)198.29º67.21%47.84%-
XYZ8.6610.4119.96-
YUV82.81150.1297.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=15.44%
G=37.45%
B=47.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40971220.670.2000.52198.2950.6231.76
Hex28617A4314034c63320
Octal50141172103240643066340
Binary10100011000011111010100001110100011010011000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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