#2B657E

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

Shades of Orient #2B657E

Tints of Orient #2B657E

Color information

#2B657E (or 0x2B657E) is unknown color: approx Orient. HEX triplet: 2B, 65 and 7E. RGB value is (43,101,126). Sum of RGB (Red+Green+Blue) = 43+101+126=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B657E is #D49A81. Grayscale: #565656. Windows color (decimal): -13933186 or 8283435. OLE color: 8283435.

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

Color convert

RGB43101126-
CMYK0.660.2000.51
HSL198.07º49.11%33.14%-
HSV(B)198.07º65.87%49.41%-
XYZ9.4211.3321.43-
YUV86.51150.2896.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=15.93%
G=37.41%
B=46.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431011260.660.2000.51198.0749.1133.14
Hex2B657E4214033c63121
Octal53145176102240633066141
Binary10101111001011111110100001010100011001111000110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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