#3B635D

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

Shades of Oracle #3B635D

Tints of Oracle #3B635D

Color information

#3B635D (or 0x3B635D) is unknown color: approx Oracle. HEX triplet: 3B, 63 and 5D. RGB value is (59,99,93). Sum of RGB (Red+Green+Blue) = 59+99+93=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635D is #C49CA2. Grayscale: #565656. Windows color (decimal): -12885155 or 6120251. OLE color: 6120251.

HSL color Cylindrical-coordinate representation of color #3B635D: hue angle of 171º 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 #3B635D is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB599993-
CMYK0.4000.060.61
HSL171º25.32%30.98%-
HSV(B)171º40.4%38.82%-
XYZ8.2410.6411.98-
YUV86.36131.75108.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=23.51%
G=39.44%
B=37.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999930.4000.060.6117125.3230.98
Hex3B635D28063Dab191f
Octal731431355006752533137
Binary111011110001110111011010000110111101101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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