#295E7C

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

Shades of Orient #295E7C

Tints of Orient #295E7C

Color information

#295E7C (or 0x295E7C) is unknown color: approx Orient. HEX triplet: 29, 5E and 7C. RGB value is (41,94,124). Sum of RGB (Red+Green+Blue) = 41+94+124=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #295E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7C is #D6A183. Grayscale: #515151. Windows color (decimal): -14066052 or 8150569. OLE color: 8150569.

HSL color Cylindrical-coordinate representation of color #295E7C: hue angle of 201.69º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295E7C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4194124-
CMYK0.670.2400.51
HSL201.69º50.3%32.35%-
HSV(B)201.69º66.94%48.63%-
XYZ8.569.9320.53-
YUV81.57151.9499.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=15.83%
G=36.29%
B=47.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41941240.670.2400.51201.6950.332.35
Hex295E7C4318033ca3220
Octal51136174103300633126240
Binary10100110111101111100100001111000011001111001010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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