#28647D

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

Shades of Orient #28647D

Tints of Orient #28647D

Color information

#28647D (or 0x28647D) is unknown color: approx Orient. HEX triplet: 28, 64 and 7D. RGB value is (40,100,125). Sum of RGB (Red+Green+Blue) = 40+100+125=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #28647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28647D is #D79B82. Grayscale: #545454. Windows color (decimal): -14130051 or 8217640. OLE color: 8217640.

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

Color convert

RGB40100125-
CMYK0.680.200.51
HSL197.65º51.52%32.35%-
HSV(B)197.65º68%49.02%-
XYZ9.1311.0521.05-
YUV84.91150.6295.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=15.09%
G=37.74%
B=47.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401001250.680.200.51197.6551.5232.35
Hex28647D4414033c63420
Octal50144175104240633066440
Binary10100011001001111101100010010100011001111000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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