#295C7B

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

Shades of Orient #295C7B

Tints of Orient #295C7B

Color information

#295C7B (or 0x295C7B) is unknown color: approx Orient. HEX triplet: 29, 5C and 7B. RGB value is (41,92,123). Sum of RGB (Red+Green+Blue) = 41+92+123=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #295C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C7B is #D6A384. Grayscale: #505050. Windows color (decimal): -14066565 or 8084521. OLE color: 8084521.

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

Color convert

RGB4192123-
CMYK0.670.2500.52
HSL202.68º50%32.16%-
HSV(B)202.68º66.67%48.24%-
XYZ8.329.5620.15-
YUV80.29152.199.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=16.02%
G=35.94%
B=48.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41921230.670.2500.52202.685032.16
Hex295C7B4319034cb3220
Octal51134173103310643136240
Binary10100110111001111011100001111001011010011001011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,92,123); }

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

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

 a { background-color: rgb(41,92,123); }

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

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

 span { border-color: rgb(41,92,123); }

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