#3B635E

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

Shades of Oracle #3B635E

Tints of Oracle #3B635E

Color information

#3B635E (or 0x3B635E) is unknown color: approx Oracle. HEX triplet: 3B, 63 and 5E. RGB value is (59,99,94). Sum of RGB (Red+Green+Blue) = 59+99+94=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635E is #C49CA1. Grayscale: #565656. Windows color (decimal): -12885154 or 6185787. OLE color: 6185787.

HSL color Cylindrical-coordinate representation of color #3B635E: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B635E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB599994-
CMYK0.4000.050.61
HSL172.5º25.32%30.98%-
HSV(B)172.5º40.4%38.82%-
XYZ8.2910.6612.21-
YUV86.47132.25108.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=23.41%
G=39.29%
B=37.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999940.4000.050.61172.525.3230.98
Hex3B635E28053Dac191f
Octal731431365005752543137
Binary111011110001110111101010000101111101101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,94); }

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

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

 a { background-color: rgb(59,99,94); }

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

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

 span { border-color: rgb(59,99,94); }

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