#295E73

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

Shades of Orient #295E73

Tints of Orient #295E73

Color information

#295E73 (or 0x295E73) is unknown color: approx Orient. HEX triplet: 29, 5E and 73. RGB value is (41,94,115). Sum of RGB (Red+Green+Blue) = 41+94+115=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #295E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E73 is #D6A18C. Grayscale: #505050. Windows color (decimal): -14066061 or 7560745. OLE color: 7560745.

HSL color Cylindrical-coordinate representation of color #295E73: hue angle of 197.03º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295E73 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4194115-
CMYK0.640.1800.55
HSL197.03º47.44%30.59%-
HSV(B)197.03º64.35%45.1%-
XYZ8.019.7117.67-
YUV80.55147.4499.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 115 (45.31% from 255) = 46%
R=16.4%
G=37.6%
B=46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41941150.640.1800.55197.0347.4430.59
Hex295E734012037c52f1f
Octal51136163100220673055737
Binary1010011011110111001110000001001001101111100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295E73; }

 p { color: rgb(41,94,115); }

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

<style>
 a { background-color: #295E73; }

 a { background-color: rgb(41,94,115); }

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

<style>
 span { border-color: #295E73; }

 span { border-color: rgb(41,94,115); }

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