#3B5154

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

Shades of Oracle #3B5154

Tints of Oracle #3B5154

Color information

#3B5154 (or 0x3B5154) is unknown color: approx Oracle. HEX triplet: 3B, 51 and 54. RGB value is (59,81,84). Sum of RGB (Red+Green+Blue) = 59+81+84=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5154 is #C4AEAB. Grayscale: #4A4A4A. Windows color (decimal): -12889772 or 5525819. OLE color: 5525819.

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

Color convert

RGB598184-
CMYK0.300.0400.67
HSL187.2º17.48%28.04%-
HSV(B)187.2º29.76%32.94%-
XYZ6.357.459.49-
YUV74.76133.21116.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=26.34%
G=36.16%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5981840.300.0400.67187.217.4828.04
Hex3B51541E4043bb111c
Octal7312112436401032732134
Binary111011101000110101001111010001000011101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,84); }

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

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

 a { background-color: rgb(59,81,84); }

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

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

 span { border-color: rgb(59,81,84); }

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