#345355

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

Shades of Oracle #345355

Tints of Oracle #345355

Color information

#345355 (or 0x345355) is unknown color: approx Oracle. HEX triplet: 34, 53 and 55. RGB value is (52,83,85). Sum of RGB (Red+Green+Blue) = 52+83+85=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #345355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345355 is #CBACAA. Grayscale: #494949. Windows color (decimal): -13348011 or 5591860. OLE color: 5591860.

HSL color Cylindrical-coordinate representation of color #345355: hue angle of 183.64º 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 #345355 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB528385-
CMYK0.390.0200.67
HSL183.64º24.09%26.86%-
HSV(B)183.64º38.82%33.33%-
XYZ6.157.579.73-
YUV73.96134.23112.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=23.64%
G=37.73%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283850.390.0200.67183.6424.0926.86
Hex345355272043b8181b
Octal6412312547201032703033
Binary110100101001110101011001111001000011101110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345355; }

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

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

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

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

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

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

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

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