#3D605B

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

Shades of Oracle #3D605B

Tints of Oracle #3D605B

Color information

#3D605B (or 0x3D605B) is unknown color: approx Oracle. HEX triplet: 3D, 60 and 5B. RGB value is (61,96,91). Sum of RGB (Red+Green+Blue) = 61+96+91=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605B is #C29FA4. Grayscale: #545454. Windows color (decimal): -12754853 or 5988413. OLE color: 5988413.

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

Color convert

RGB619691-
CMYK0.3600.050.62
HSL171.43º22.29%30.78%-
HSV(B)171.43º36.46%37.65%-
XYZ810.1111.43-
YUV84.96131.4110.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=24.60%
G=38.71%
B=36.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196910.3600.050.62171.4322.2930.78
Hex3D605B24053Eab161f
Octal751401334405762532637
Binary111101110000010110111001000101111110101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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