#3A5154

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

Shades of Oracle #3A5154

Tints of Oracle #3A5154

Color information

#3A5154 (or 0x3A5154) is unknown color: approx Oracle. HEX triplet: 3A, 51 and 54. RGB value is (58,81,84). Sum of RGB (Red+Green+Blue) = 58+81+84=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5154 is #C5AEAB. Grayscale: #4A4A4A. Windows color (decimal): -12955308 or 5525818. OLE color: 5525818.

HSL color Cylindrical-coordinate representation of color #3A5154: 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 #3A5154 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB588184-
CMYK0.310.0400.67
HSL186.92º18.31%27.84%-
HSV(B)186.92º30.95%32.94%-
XYZ6.297.429.49-
YUV74.46133.38116.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=26.01%
G=36.32%
B=37.67%

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
Decimal5881840.310.0400.67186.9218.3127.84
Hex3A51541F4043bb121c
Octal7212112437401032732234
Binary111010101000110101001111110001000011101110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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