#345154

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

Shades of Oracle #345154

Tints of Oracle #345154

Color information

#345154 (or 0x345154) is unknown color: approx Oracle. HEX triplet: 34, 51 and 54. RGB value is (52,81,84). Sum of RGB (Red+Green+Blue) = 52+81+84=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #345154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345154 is #CBAEAB. Grayscale: #484848. Windows color (decimal): -13348524 or 5525812. OLE color: 5525812.

HSL color Cylindrical-coordinate representation of color #345154: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345154 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB528184-
CMYK0.380.0400.67
HSL185.62º23.53%26.67%-
HSV(B)185.62º38.1%32.94%-
XYZ5.967.269.47-
YUV72.67134.39113.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=23.96%
G=37.33%
B=38.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5281840.380.0400.67185.6223.5326.67
Hex345154264043ba181b
Octal6412112446401032723033
Binary1101001010001101010010011010001000011101110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345154; }

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

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

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

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

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

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

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

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