#295D77

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

Shades of Orient #295D77

Tints of Orient #295D77

Color information

#295D77 (or 0x295D77) is unknown color: approx Orient. HEX triplet: 29, 5D and 77. RGB value is (41,93,119). Sum of RGB (Red+Green+Blue) = 41+93+119=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #295D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D77 is #D6A288. Grayscale: #505050. Windows color (decimal): -14066313 or 7822633. OLE color: 7822633.

HSL color Cylindrical-coordinate representation of color #295D77: hue angle of 200º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295D77 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4193119-
CMYK0.660.2200.53
HSL200º48.75%31.37%-
HSV(B)200º65.55%46.67%-
XYZ8.169.6318.88-
YUV80.42149.7799.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=16.21%
G=36.76%
B=47.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41931190.660.2200.5320048.7531.37
Hex295D774216035c8311f
Octal51135167102260653106137
Binary1010011011101111011110000101011001101011100100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,119); }

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

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

 a { background-color: rgb(41,93,119); }

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

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

 span { border-color: rgb(41,93,119); }

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