#2B5E76

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

Shades of Orient #2B5E76

Tints of Orient #2B5E76

Color information

#2B5E76 (or 0x2B5E76) is unknown color: approx Orient. HEX triplet: 2B, 5E and 76. RGB value is (43,94,118). Sum of RGB (Red+Green+Blue) = 43+94+118=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E76 is #D4A189. Grayscale: #515151. Windows color (decimal): -13934986 or 7757355. OLE color: 7757355.

HSL color Cylindrical-coordinate representation of color #2B5E76: hue angle of 199.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5E76 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4394118-
CMYK0.640.2000.54
HSL199.2º46.58%31.57%-
HSV(B)199.2º63.56%46.27%-
XYZ8.279.8318.6-
YUV81.49148.6100.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=16.86%
G=36.86%
B=46.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43941180.640.2000.54199.246.5831.57
Hex2B5E764014036c72f20
Octal53136166100240663075740
Binary10101110111101110110100000010100011011011000111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,118); }

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

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

 a { background-color: rgb(43,94,118); }

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

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

 span { border-color: rgb(43,94,118); }

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