#285E72

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

Shades of Orient #285E72

Tints of Orient #285E72

Color information

#285E72 (or 0x285E72) is unknown color: approx Orient. HEX triplet: 28, 5E and 72. RGB value is (40,94,114). Sum of RGB (Red+Green+Blue) = 40+94+114=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #285E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E72 is #D7A18D. Grayscale: #505050. Windows color (decimal): -14131598 or 7495208. OLE color: 7495208.

HSL color Cylindrical-coordinate representation of color #285E72: hue angle of 196.22º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285E72 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4094114-
CMYK0.650.1800.55
HSL196.22º48.05%30.2%-
HSV(B)196.22º64.91%44.71%-
XYZ7.929.6717.37-
YUV80.13147.1199.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=16.13%
G=37.90%
B=45.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40941140.650.1800.55196.2248.0530.2
Hex285E724112037c4301e
Octal50136162101220673046036
Binary1010001011110111001010000011001001101111100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285E72; }

 p { color: rgb(40,94,114); }

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

<style>
 a { background-color: #285E72; }

 a { background-color: rgb(40,94,114); }

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

<style>
 span { border-color: #285E72; }

 span { border-color: rgb(40,94,114); }

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