#28647A

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

Shades of Orient #28647A

Tints of Orient #28647A

Color information

#28647A (or 0x28647A) is unknown color: approx Orient. HEX triplet: 28, 64 and 7A. RGB value is (40,100,122). Sum of RGB (Red+Green+Blue) = 40+100+122=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #28647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28647A is #D79B85. Grayscale: #545454. Windows color (decimal): -14130054 or 8021032. OLE color: 8021032.

HSL color Cylindrical-coordinate representation of color #28647A: hue angle of 196.1º 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 #28647A is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB40100122-
CMYK0.670.1800.52
HSL196.1º50.62%31.76%-
HSV(B)196.1º67.21%47.84%-
XYZ8.9510.9720.06-
YUV84.57149.1296.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=15.27%
G=38.17%
B=46.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401001220.670.1800.52196.150.6231.76
Hex28647A4312034c43320
Octal50144172103220643046340
Binary10100011001001111010100001110010011010011000100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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