#2B637A

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

Shades of Orient #2B637A

Tints of Orient #2B637A

Color information

#2B637A (or 0x2B637A) is unknown color: approx Orient. HEX triplet: 2B, 63 and 7A. RGB value is (43,99,122). Sum of RGB (Red+Green+Blue) = 43+99+122=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B637A is #D49C85. Grayscale: #545454. Windows color (decimal): -13933702 or 8020779. OLE color: 8020779.

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

Color convert

RGB4399122-
CMYK0.650.1900.52
HSL197.47º47.88%32.35%-
HSV(B)197.47º64.75%47.84%-
XYZ8.9710.8420.03-
YUV84.88148.9598.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=16.29%
G=37.5%
B=46.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43991220.650.1900.52197.4747.8832.35
Hex2B637A4113034c53020
Octal53143172101230643056040
Binary10101111000111111010100000110011011010011000101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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