#3B5255

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

Shades of Oracle #3B5255

Tints of Oracle #3B5255

Color information

#3B5255 (or 0x3B5255) is unknown color: approx Oracle. HEX triplet: 3B, 52 and 55. RGB value is (59,82,85). Sum of RGB (Red+Green+Blue) = 59+82+85=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B5255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5255 is #C4ADAA. Grayscale: #4B4B4B. Windows color (decimal): -12889515 or 5591611. OLE color: 5591611.

HSL color Cylindrical-coordinate representation of color #3B5255: hue angle of 186.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5255 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB598285-
CMYK0.310.0400.67
HSL186.92º18.06%28.24%-
HSV(B)186.92º30.59%33.33%-
XYZ6.467.629.72-
YUV75.46133.38116.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=26.11%
G=36.28%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5982850.310.0400.67186.9218.0628.24
Hex3B52551F4043bb121c
Octal7312212537401032732234
Binary111011101001010101011111110001000011101110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,85); }

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

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

 a { background-color: rgb(59,82,85); }

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

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

 span { border-color: rgb(59,82,85); }

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