#2B595F

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

Shades of Oracle #2B595F

Tints of Oracle #2B595F

Color information

#2B595F (or 0x2B595F) is unknown color: approx Oracle. HEX triplet: 2B, 59 and 5F. RGB value is (43,89,95). Sum of RGB (Red+Green+Blue) = 43+89+95=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B595F is #D4A6A0. Grayscale: #4B4B4B. Windows color (decimal): -13936289 or 6248747. OLE color: 6248747.

HSL color Cylindrical-coordinate representation of color #2B595F: hue angle of 186.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B595F is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB438995-
CMYK0.550.0600.63
HSL186.92º37.68%27.06%-
HSV(B)186.92º54.74%37.25%-
XYZ6.638.4812.11-
YUV75.93138.76104.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=18.94%
G=39.21%
B=41.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4389950.550.0600.63186.9237.6827.06
Hex2B595F37603Fbb261b
Octal531311376760772734633
Binary1010111011001101111111011111001111111011101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,95); }

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

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

 a { background-color: rgb(43,89,95); }

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

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

 span { border-color: rgb(43,89,95); }

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