#345C60

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

Shades of Oracle #345C60

Tints of Oracle #345C60

Color information

#345C60 (or 0x345C60) is unknown color: approx Oracle. HEX triplet: 34, 5C and 60. RGB value is (52,92,96). Sum of RGB (Red+Green+Blue) = 52+92+96=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #345C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C60 is #CBA39F. Grayscale: #505050. Windows color (decimal): -13345696 or 6315060. OLE color: 6315060.

HSL color Cylindrical-coordinate representation of color #345C60: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345C60 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB529296-
CMYK0.460.0400.62
HSL185.45º29.73%29.02%-
HSV(B)185.45º45.83%37.65%-
XYZ7.359.2312.46-
YUV80.5136.75107.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 96 (37.89% from 255) = 40%
R=21.67%
G=38.33%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5292960.460.0400.62185.4529.7329.02
Hex345C602E403Eb91e1d
Octal641341405640762713635
Binary110100101110011000001011101000111110101110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C60; }

 p { color: rgb(52,92,96); }

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

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

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

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

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

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

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