#345F61

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

Shades of Oracle #345F61

Tints of Oracle #345F61

Color information

#345F61 (or 0x345F61) is unknown color: approx Oracle. HEX triplet: 34, 5F and 61. RGB value is (52,95,97). Sum of RGB (Red+Green+Blue) = 52+95+97=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #345F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F61 is #CBA09E. Grayscale: #525252. Windows color (decimal): -13344927 or 6381364. OLE color: 6381364.

HSL color Cylindrical-coordinate representation of color #345F61: hue angle of 182.67º 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 #345F61 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB529597-
CMYK0.460.0200.62
HSL182.67º30.2%29.22%-
HSV(B)182.67º46.39%38.04%-
XYZ7.679.7812.79-
YUV82.37136.25106.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=21.31%
G=38.93%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5295970.460.0200.62182.6730.229.22
Hex345F612E203Eb71e1d
Octal641371415620762673635
Binary11010010111111100001101110100111110101101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,97); }

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

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

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

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

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

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

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