#2A6176

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

Shades of Orient #2A6176

Tints of Orient #2A6176

Color information

#2A6176 (or 0x2A6176) is unknown color: approx Orient. HEX triplet: 2A, 61 and 76. RGB value is (42,97,118). Sum of RGB (Red+Green+Blue) = 42+97+118=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6176 is #D59E89. Grayscale: #525252. Windows color (decimal): -13999754 or 7758122. OLE color: 7758122.

HSL color Cylindrical-coordinate representation of color #2A6176: hue angle of 196.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6176 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4297118-
CMYK0.640.1800.54
HSL196.58º47.5%31.37%-
HSV(B)196.58º64.41%46.27%-
XYZ8.510.3518.69-
YUV82.95147.7898.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=16.34%
G=37.74%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42971180.640.1800.54196.5847.531.37
Hex2A61764012036c5301f
Octal52141166100220663056037
Binary1010101100001111011010000001001001101101100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,118); }

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

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

 a { background-color: rgb(42,97,118); }

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

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

 span { border-color: rgb(42,97,118); }

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