#3B645F

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

Shades of Oracle #3B645F

Tints of Oracle #3B645F

Color information

#3B645F (or 0x3B645F) is unknown color: approx Oracle. HEX triplet: 3B, 64 and 5F. RGB value is (59,100,95). Sum of RGB (Red+Green+Blue) = 59+100+95=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #3B645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B645F is #C49BA0. Grayscale: #575757. Windows color (decimal): -12884897 or 6251579. OLE color: 6251579.

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

Color convert

RGB5910095-
CMYK0.4100.050.61
HSL172.68º25.79%31.18%-
HSV(B)172.68º41%39.22%-
XYZ8.4310.8712.48-
YUV87.17132.42107.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 95 (37.5% from 255) = 37.40%
R=23.23%
G=39.37%
B=37.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100950.4100.050.61172.6825.7931.18
Hex3B645F29053Dad1a1f
Octal731441375105752553237
Binary111011110010010111111010010101111101101011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,95); }

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

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

 a { background-color: rgb(59,100,95); }

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

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

 span { border-color: rgb(59,100,95); }

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