#2B657B

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

Shades of Orient #2B657B

Tints of Orient #2B657B

Color information

#2B657B (or 0x2B657B) is unknown color: approx Orient. HEX triplet: 2B, 65 and 7B. RGB value is (43,101,123). Sum of RGB (Red+Green+Blue) = 43+101+123=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B657B is #D49A84. Grayscale: #565656. Windows color (decimal): -13933189 or 8086827. OLE color: 8086827.

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

Color convert

RGB43101123-
CMYK0.650.1800.52
HSL196.5º48.19%32.55%-
HSV(B)196.5º65.04%48.24%-
XYZ9.2311.2520.42-
YUV86.17148.7897.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=16.10%
G=37.83%
B=46.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431011230.650.1800.52196.548.1932.55
Hex2B657B4112034c43021
Octal53145173101220643046041
Binary10101111001011111011100000110010011010011000100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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