#2B647C

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

Shades of Orient #2B647C

Tints of Orient #2B647C

Color information

#2B647C (or 0x2B647C) is unknown color: approx Orient. HEX triplet: 2B, 64 and 7C. RGB value is (43,100,124). Sum of RGB (Red+Green+Blue) = 43+100+124=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B647C is #D49B83. Grayscale: #555555. Windows color (decimal): -13933444 or 8152107. OLE color: 8152107.

HSL color Cylindrical-coordinate representation of color #2B647C: hue angle of 197.78º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B647C is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB43100124-
CMYK0.650.1900.51
HSL197.78º48.5%32.75%-
HSV(B)197.78º65.32%48.63%-
XYZ9.1911.0820.72-
YUV85.69149.6297.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=16.10%
G=37.45%
B=46.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431001240.650.1900.51197.7848.532.75
Hex2B647C4113033c63121
Octal53144174101230633066141
Binary10101111001001111100100000110011011001111000110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,100,124); }

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

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

 a { background-color: rgb(43,100,124); }

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

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

 span { border-color: rgb(43,100,124); }

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