#2C5D79

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

Shades of Orient #2C5D79

Tints of Orient #2C5D79

Color information

#2C5D79 (or 0x2C5D79) is unknown color: approx Orient. HEX triplet: 2C, 5D and 79. RGB value is (44,93,121). Sum of RGB (Red+Green+Blue) = 44+93+121=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C5D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D79 is #D3A286. Grayscale: #515151. Windows color (decimal): -13869703 or 7953708. OLE color: 7953708.

HSL color Cylindrical-coordinate representation of color #2C5D79: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C5D79 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4493121-
CMYK0.640.2300.53
HSL201.82º46.67%32.35%-
HSV(B)201.82º63.64%47.45%-
XYZ8.49.7419.53-
YUV81.54150.27101.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=17.05%
G=36.05%
B=46.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44931210.640.2300.53201.8246.6732.35
Hex2C5D794017035ca2f20
Octal54135171100270653125740
Binary10110010111011111001100000010111011010111001010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C5D79; }

 p { color: rgb(44,93,121); }

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

<style>
 a { background-color: #2C5D79; }

 a { background-color: rgb(44,93,121); }

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

<style>
 span { border-color: #2C5D79; }

 span { border-color: rgb(44,93,121); }

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