#2B617A

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

Shades of Orient #2B617A

Tints of Orient #2B617A

Color information

#2B617A (or 0x2B617A) is unknown color: approx Orient. HEX triplet: 2B, 61 and 7A. RGB value is (43,97,122). Sum of RGB (Red+Green+Blue) = 43+97+122=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B617A is #D49E85. Grayscale: #535353. Windows color (decimal): -13934214 or 8020267. OLE color: 8020267.

HSL color Cylindrical-coordinate representation of color #2B617A: hue angle of 198.99º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B617A is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4397122-
CMYK0.650.2000.52
HSL198.99º47.88%32.35%-
HSV(B)198.99º64.75%47.84%-
XYZ8.7810.4719.97-
YUV83.7149.6198.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=16.41%
G=37.02%
B=46.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43971220.650.2000.52198.9947.8832.35
Hex2B617A4114034c73020
Octal53141172101240643076040
Binary10101111000011111010100000110100011010011000111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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