#295F7D

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

Shades of Orient #295F7D

Tints of Orient #295F7D

Color information

#295F7D (or 0x295F7D) is unknown color: approx Orient. HEX triplet: 29, 5F and 7D. RGB value is (41,95,125). Sum of RGB (Red+Green+Blue) = 41+95+125=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #295F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F7D is #D6A082. Grayscale: #525252. Windows color (decimal): -14065795 or 8216361. OLE color: 8216361.

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

Color convert

RGB4195125-
CMYK0.670.2400.51
HSL201.43º50.6%32.55%-
HSV(B)201.43º67.2%49.02%-
XYZ8.7110.1420.9-
YUV82.27152.1198.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=15.71%
G=36.40%
B=47.89%

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
Decimal41951250.670.2400.51201.4350.632.55
Hex295F7D4318033c93321
Octal51137175103300633116341
Binary10100110111111111101100001111000011001111001001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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