#295F7C

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

Shades of Orient #295F7C

Tints of Orient #295F7C

Color information

#295F7C (or 0x295F7C) is unknown color: approx Orient. HEX triplet: 29, 5F and 7C. RGB value is (41,95,124). Sum of RGB (Red+Green+Blue) = 41+95+124=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #295F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F7C is #D6A083. Grayscale: #515151. Windows color (decimal): -14065796 or 8150825. OLE color: 8150825.

HSL color Cylindrical-coordinate representation of color #295F7C: hue angle of 200.96º 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 #295F7C is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4195124-
CMYK0.670.2300.51
HSL200.96º50.3%32.35%-
HSV(B)200.96º66.94%48.63%-
XYZ8.6410.1120.56-
YUV82.16151.6198.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=15.77%
G=36.54%
B=47.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41951240.670.2300.51200.9650.332.35
Hex295F7C4317033c93220
Octal51137174103270633116240
Binary10100110111111111100100001110111011001111001001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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