#2B657C

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

Shades of Orient #2B657C

Tints of Orient #2B657C

Color information

#2B657C (or 0x2B657C) is unknown color: approx Orient. HEX triplet: 2B, 65 and 7C. RGB value is (43,101,124). Sum of RGB (Red+Green+Blue) = 43+101+124=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B657C is #D49A83. Grayscale: #565656. Windows color (decimal): -13933188 or 8152363. OLE color: 8152363.

HSL color Cylindrical-coordinate representation of color #2B657C: hue angle of 197.04º 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 #2B657C is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB43101124-
CMYK0.650.1900.51
HSL197.04º48.5%32.75%-
HSV(B)197.04º65.32%48.63%-
XYZ9.2911.2820.76-
YUV86.28149.2897.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=16.04%
G=37.69%
B=46.27%

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
Decimal431011240.650.1900.51197.0448.532.75
Hex2B657C4113033c53121
Octal53145174101230633056141
Binary10101111001011111100100000110011011001111000101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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