#295D75

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

Shades of Orient #295D75

Tints of Orient #295D75

Color information

#295D75 (or 0x295D75) is unknown color: approx Orient. HEX triplet: 29, 5D and 75. RGB value is (41,93,117). Sum of RGB (Red+Green+Blue) = 41+93+117=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #295D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D75 is #D6A28A. Grayscale: #505050. Windows color (decimal): -14066315 or 7691561. OLE color: 7691561.

HSL color Cylindrical-coordinate representation of color #295D75: hue angle of 198.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295D75 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4193117-
CMYK0.650.2100.54
HSL198.95º48.1%30.98%-
HSV(B)198.95º64.96%45.88%-
XYZ8.049.5818.26-
YUV80.19148.77100.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=16.33%
G=37.05%
B=46.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41931170.650.2100.54198.9548.130.98
Hex295D754115036c7301f
Octal51135165101250663076037
Binary1010011011101111010110000011010101101101100011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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