#295B7A

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

Shades of Orient #295B7A

Tints of Orient #295B7A

Color information

#295B7A (or 0x295B7A) is unknown color: approx Orient. HEX triplet: 29, 5B and 7A. RGB value is (41,91,122). Sum of RGB (Red+Green+Blue) = 41+91+122=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #295B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7A is #D6A485. Grayscale: #4F4F4F. Windows color (decimal): -14066822 or 8018729. OLE color: 8018729.

HSL color Cylindrical-coordinate representation of color #295B7A: hue angle of 202.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295B7A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4191122-
CMYK0.660.2500.52
HSL202.96º49.69%31.96%-
HSV(B)202.96º66.39%47.84%-
XYZ8.179.3619.79-
YUV79.58151.94100.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=16.14%
G=35.83%
B=48.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41911220.660.2500.52202.9649.6931.96
Hex295B7A4219034cb3220
Octal51133172102310643136240
Binary10100110110111111010100001011001011010011001011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,122); }

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

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

 a { background-color: rgb(41,91,122); }

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

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

 span { border-color: rgb(41,91,122); }

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