#3C595A

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

Shades of Oracle #3C595A

Tints of Oracle #3C595A

Color information

#3C595A (or 0x3C595A) is unknown color: approx Oracle. HEX triplet: 3C, 59 and 5A. RGB value is (60,89,90). Sum of RGB (Red+Green+Blue) = 60+89+90=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C595A is #C3A6A5. Grayscale: #505050. Windows color (decimal): -12822182 or 5921084. OLE color: 5921084.

HSL color Cylindrical-coordinate representation of color #3C595A: hue angle of 182º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C595A is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB608990-
CMYK0.330.0100.65
HSL182º20%29.41%-
HSV(B)182º33.33%35.29%-
XYZ7.288.8411-
YUV80.44133.39113.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=25.10%
G=37.24%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6089900.330.0100.651822029.41
Hex3C595A211041b6141d
Octal7413113241101012662435
Binary11110010110011011010100001101000001101101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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