#2C585F

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

Shades of Oracle #2C585F

Tints of Oracle #2C585F

Color information

#2C585F (or 0x2C585F) is unknown color: approx Oracle. HEX triplet: 2C, 58 and 5F. RGB value is (44,88,95). Sum of RGB (Red+Green+Blue) = 44+88+95=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 88 (34.77% from 255 or 38.77% 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 #2C585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C585F is #D3A7A0. Grayscale: #4B4B4B. Windows color (decimal): -13871009 or 6248492. OLE color: 6248492.

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

Color convert

RGB448895-
CMYK0.540.0700.63
HSL188.24º36.69%27.25%-
HSV(B)188.24º53.68%37.25%-
XYZ6.598.3412.09-
YUV75.64138.92105.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=19.38%
G=38.77%
B=41.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4488950.540.0700.63188.2436.6927.25
Hex2C585F36703Fbc251b
Octal541301376670772744533
Binary1011001011000101111111011011101111111011110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,95); }

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

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

 a { background-color: rgb(44,88,95); }

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

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

 span { border-color: rgb(44,88,95); }

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