#345555

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

Shades of Oracle #345555

Tints of Oracle #345555

Color information

#345555 (or 0x345555) is unknown color: approx Oracle. HEX triplet: 34, 55 and 55. RGB value is (52,85,85). Sum of RGB (Red+Green+Blue) = 52+85+85=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #345555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345555 is #CBAAAA. Grayscale: #4B4B4B. Windows color (decimal): -13347499 or 5592372. OLE color: 5592372.

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

Color convert

RGB528585-
CMYK0.39000.67
HSL180º24.09%26.86%-
HSV(B)180º38.82%33.33%-
XYZ6.37.889.78-
YUV75.13133.57111.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=23.42%
G=38.29%
B=38.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285850.39000.6718024.0926.86
Hex345555270043b4181b
Octal6412512547001032643033
Binary11010010101011010101100111001000011101101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345555; }

 p { color: rgb(52,85,85); }

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

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

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

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

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

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

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