#2B657A

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

Shades of Orient #2B657A

Tints of Orient #2B657A

Color information

#2B657A (or 0x2B657A) is unknown color: approx Orient. HEX triplet: 2B, 65 and 7A. RGB value is (43,101,122). Sum of RGB (Red+Green+Blue) = 43+101+122=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B657A is #D49A85. Grayscale: #555555. Windows color (decimal): -13933190 or 8021291. OLE color: 8021291.

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

Color convert

RGB43101122-
CMYK0.650.1700.52
HSL195.95º47.88%32.35%-
HSV(B)195.95º64.75%47.84%-
XYZ9.1611.2320.1-
YUV86.05148.2897.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=16.17%
G=37.97%
B=45.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431011220.650.1700.52195.9547.8832.35
Hex2B657A4111034c43020
Octal53145172101210643046040
Binary10101111001011111010100000110001011010011000100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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