#3C595B

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

Shades of Oracle #3C595B

Tints of Oracle #3C595B

Color information

#3C595B (or 0x3C595B) is unknown color: approx Oracle. HEX triplet: 3C, 59 and 5B. RGB value is (60,89,91). Sum of RGB (Red+Green+Blue) = 60+89+91=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C595B is #C3A6A4. Grayscale: #505050. Windows color (decimal): -12822181 or 5986620. OLE color: 5986620.

HSL color Cylindrical-coordinate representation of color #3C595B: hue angle of 183.87º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C595B is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB608991-
CMYK0.340.0200.64
HSL183.87º20.53%29.61%-
HSV(B)183.87º34.07%35.69%-
XYZ7.328.8611.22-
YUV80.56133.89113.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=25%
G=37.08%
B=37.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6089910.340.0200.64183.8720.5329.61
Hex3C595B222040b8151e
Octal7413113342201002702536
Binary111100101100110110111000101001000000101110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C595B; }

 p { color: rgb(60,89,91); }

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

<style>
 a { background-color: #3C595B; }

 a { background-color: rgb(60,89,91); }

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

<style>
 span { border-color: #3C595B; }

 span { border-color: rgb(60,89,91); }

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