#3B5D5A

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

Shades of Oracle #3B5D5A

Tints of Oracle #3B5D5A

Color information

#3B5D5A (or 0x3B5D5A) is unknown color: approx Oracle. HEX triplet: 3B, 5D and 5A. RGB value is (59,93,90). Sum of RGB (Red+Green+Blue) = 59+93+90=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D5A is #C4A2A5. Grayscale: #525252. Windows color (decimal): -12886694 or 5922107. OLE color: 5922107.

HSL color Cylindrical-coordinate representation of color #3B5D5A: hue angle of 174.71º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5D5A is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB599390-
CMYK0.3700.030.64
HSL174.71º22.37%29.8%-
HSV(B)174.71º36.56%36.47%-
XYZ7.569.511.11-
YUV82.49132.24111.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=24.38%
G=38.43%
B=37.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5993900.3700.030.64174.7122.3729.8
Hex3B5D5A250340af161e
Octal7313513245031002572636
Binary111011101110110110101001010111000000101011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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