#2B6177

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

Shades of Orient #2B6177

Tints of Orient #2B6177

Color information

#2B6177 (or 0x2B6177) is unknown color: approx Orient. HEX triplet: 2B, 61 and 77. RGB value is (43,97,119). Sum of RGB (Red+Green+Blue) = 43+97+119=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B6177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6177 is #D49E88. Grayscale: #535353. Windows color (decimal): -13934217 or 7823659. OLE color: 7823659.

HSL color Cylindrical-coordinate representation of color #2B6177: hue angle of 197.37º 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 #2B6177 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4397119-
CMYK0.640.1800.53
HSL197.37º46.91%31.76%-
HSV(B)197.37º63.87%46.67%-
XYZ8.610.3919.01-
YUV83.36148.1199.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=16.60%
G=37.45%
B=45.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43971190.640.1800.53197.3746.9131.76
Hex2B61774012035c52f20
Octal53141167100220653055740
Binary10101111000011110111100000010010011010111000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,119); }

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

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

 a { background-color: rgb(43,97,119); }

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

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

 span { border-color: rgb(43,97,119); }

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