#3C605B

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

Shades of Oracle #3C605B

Tints of Oracle #3C605B

Color information

#3C605B (or 0x3C605B) is unknown color: approx Oracle. HEX triplet: 3C, 60 and 5B. RGB value is (60,96,91). Sum of RGB (Red+Green+Blue) = 60+96+91=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #3C605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C605B is #C39FA4. Grayscale: #545454. Windows color (decimal): -12820389 or 5988412. OLE color: 5988412.

HSL color Cylindrical-coordinate representation of color #3C605B: hue angle of 171.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C605B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB609691-
CMYK0.3800.050.62
HSL171.67º23.08%30.59%-
HSV(B)171.67º37.5%37.65%-
XYZ7.9310.0811.43-
YUV84.67131.57110.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=24.29%
G=38.87%
B=36.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096910.3800.050.62171.6723.0830.59
Hex3C605B26053Eac171f
Octal741401334605762542737
Binary111100110000010110111001100101111110101011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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