#2B585D

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

Shades of Oracle #2B585D

Tints of Oracle #2B585D

Color information

#2B585D (or 0x2B585D) is unknown color: approx Oracle. HEX triplet: 2B, 58 and 5D. RGB value is (43,88,93). Sum of RGB (Red+Green+Blue) = 43+88+93=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B585D is #D4A7A2. Grayscale: #4B4B4B. Windows color (decimal): -13936547 or 6117419. OLE color: 6117419.

HSL color Cylindrical-coordinate representation of color #2B585D: hue angle of 186º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B585D is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB438893-
CMYK0.540.0500.64
HSL186º36.76%26.67%-
HSV(B)186º53.76%36.47%-
XYZ6.468.2811.61-
YUV75.12138.09105.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=19.20%
G=39.29%
B=41.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4388930.540.0500.6418636.7626.67
Hex2B585D365040ba251b
Octal5313013566501002724533
Binary10101110110001011101110110101010000001011101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,93); }

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

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

 a { background-color: rgb(43,88,93); }

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

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

 span { border-color: rgb(43,88,93); }

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